Thanks guys it's working now :D
coolpali_girl
Posts
-
format a decimal number -
format a decimal numberno, it's not working :( i think what you wrote is a c# code not a vb.net when i wrote your code it displayed an error under the word "Math" !
-
format a decimal numberI tried what you said but it's not accepting the D2..i'm using a vb.net code so are you sure it's right?
-
format a decimal numberHi, How do i specify a decimal number to take only two numbers after the "."? for example: if i have this number in a lable 23.222342114, how do i write my cobe to be displayed only like this 23.22 ?? thanks,
-
Bind a data set in an HTML tableBecause i think the html table is more flexibe than a datagrid. i want to view my results like this: First Name DataBind Last Name DataBind Address DataBind (This is for one person) not like this: Column1 Column2 Column3 DataBind DataBind DataBind DataBind DataBind DataBind DataBind DataBind DataBind (This for more than one person) do you think i can do this with a datagrid?
-
Bind a data set in an HTML tableHi, i really need your help in this.. can i bind a data set in an html table not a datagrid? and how can i do so..i need examples. i've created a data adapter, data set, and a data reader, after that i tried to bind the the data in the html table but it's now working :confused: Thanks
-
HTML read onlyHi.. Is there a way to make an HTML textbox read only? how can i do so?
-
disable an HTML textboxIt worked Thank you :)
-
disable an HTML textboxHi guys.. How can i disable an html textbox?
-
Change the style of DataGrid rowThanx :-D
-
Change the style of DataGrid rowHi there.. How can i change the DataGrid row color and style when i click this row? VS.NET\VB.NET