Federal Developer Evangelist Marc Schweigert shows you how to take advantage of the new features of ASP.NET 2.0 and Visual Studio 2005 to build accesible web applications. You'll also learn
about a new feature of Visual Web Developer that can check your markup for WCAG and Section 508 compliance.
Thanks for the feedback! It was tough to make this one short and captivating. As you mentioned, this is a very important subject that I thought was important to show. Would it have been better if I broke it up into a Part I & II?
What are your thoughts about using the new ASP.NET 2.0 menu control as they relate to accessibility?
I normally use a bulleted list formatted by CSS instead a menu control since the menu control outputs a table and I "thought" using tables for layout purposes violated the accessibility guidelines. I'm also experimenting using a templated Repeater control to
output the bulleted list html so I can bind it to a sitemap data source.