I use VS 2003.
I load a speadsheet in a windows c# appl. and display the data in a dataview.
The columns are define as string in the dataset.
I got a problem when I display the data i the dataview, sometimes the data are showing in scientific notation e.g 3.87299e+009, how can I avoid it or format the dataset. ?.
Data in the dataview look like this:
Column1 Culoumn2 Cuolmn3
32AD 32AD992001 35TJ995865
32AD 32AD992002 35TJ995865
32CD 32CD992132 32TJ995878
32AD 32AD992001 35TJ995865
32AD 32AD992002 35TJ995865
32CD 32CD992132 32TJ995878
32AD 32AD992001 35TJ995865
32AD 32AD992002 35TJ995865
3272 3.87299e+009 3200995878
3272 3.87299e+009 3201995450
|
Puran KaushalPosted Jun 5, 2009, 12:37 PM
bind the dataset in grid and put chek in rowdatabound
Regards
Puran