I've got a user outputting some data to a text file, I then import it into a DB using DTS.<BR><BR>So it comes to me without any formatting, but I need to turn the 3rd row in the gridview to display ...
I have a GridView, wired up to an ObjectDataSource. One of the fields is a Double.<BR><BR>In the Column definition of the GridView, I put a DataFormatString="{0}", which should format the Double as a ...