Joseph Guadagno

Rants, Raves and other stuff about ASP.NET development.

Browse by Tags

All Tags » BoundField » DataFormatString (RSS)
How do I format my GridView bound column differently?
The answer is simple... Set the DataFormatString property of the BoundField to the desired format and set the HtmlEncode property to false. Replace the ColumnName value with the name of your column. Replace DataFormatString property with the format string...
More Posts