Tuesday, May 23, 2006 - Posts

Format column text in GridView

I came across an interesting one today. In order to get the DateFormatString property to work on a GridView you must have the HtmlEncode property set to false. If you don't have the HtmlEncode property set the string will simply not format. Here's an Read More

with 0 Comments