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