G
Guest
Web Application
I'm showing data in a DataGrid from a SqlDataReader, in my DB the values are
stored without decimals (300,500,8000) but when the SqlDataReader return the
data, it come with decimal (300,0000; 500,0000;80000,0000).
is There a way to format the data returned by the SqlDataReader or to
format the data on the DataGrid in order to eliminate the decimal numbers?
Any Sug
Thks
Kenny
I'm showing data in a DataGrid from a SqlDataReader, in my DB the values are
stored without decimals (300,500,8000) but when the SqlDataReader return the
data, it come with decimal (300,0000; 500,0000;80000,0000).
is There a way to format the data returned by the SqlDataReader or to
format the data on the DataGrid in order to eliminate the decimal numbers?
Any Sug
Thks
Kenny