MCAD - Microsoft Certified Application Developer- October 23, 2007 Good news! As of October 23, 2007 I am now a Microsoft Certified Application Developer. I took and passed the 70-320 exam through Prometric at a New Horizons testing center.http://joshblair.blogspot.com/2007/10/mcad-microsoft-certified-application.html BoundField DataFormatString attribute not being applied- October 4, 2007 This has bitten me more than once I'm afraid. Figured I'd post this and link to Raj Kaimal's post...BoundField.DataFormatString Property via MSDNWhen the HtmlEncode property is true, the value of the field is HTML encoded to its string representation before the formatting string is applied. For some objects, such as dates, you might want to control how the object is displayed with a formatting string. In those cases, you must set the HtmlEncode property to false.This is new to VS.NET...http://joshblair.blogspot.com/2007/10/boundfield-dataformatstring-attribute.html |