shepherdweb.com

Archive for the '(x)html' Category

ASP.NET DataGrid Caption Element

Saturday, October 22nd, 2005

ASP.NET 1.1 can generate accessible tables through DataGrid server control. This is not breaking news, but I want to put this out there because I had so much difficulty finding it. MS released a hotfix which made it possible to comply with Section 508. The new DataGrid properties are UseAccessibleHeader, Caption, and CaptionAlign. UseAccessibleHeader is [...]