Introduction to this forumhttp://forums.asp.net/t/993891.aspx/1?Introduction+to+this+forumThu, 25 May 2006 15:42:39 -04009938911296222http://forums.asp.net/p/993891/1296222.aspx/1?Introduction+to+this+forumIntroduction to this forum <p><font face="Arial" size="2">ASP.NET is a great technology for building web sites but it would be even better if it rendered different HTML. For example, the Menu control makes it simple to add a menu to a web site but it would be better if it didn't create &lt;table&gt; tags and was easier to style using CSS. Happily, it's easy to &quot;teach&quot; the Menu control how to generate the kind of HTML that you prefer. Indeed, you can modify any ASP.NET control so it produces better HTML. </font></p> <p><font face="Arial" size="2">The key is to use something that may be new to you: control adapters. These are little chunks of logic that you add to your web site to effectively &quot;teach&quot; an ASP.NET control how to render better HTML. </font></p> <p><font face="Arial" size="2">You can learn more about adapters, in general, and CSS Friendly adapters, in particular, by visiting:</font></p> <p><a href="http://www.asp.net/CSSAdapters/Default.aspx"><font face="Arial" size="2">http://www.asp.net/CSSAdapters/Default.aspx</font></a></p> <p><a href="http://weblogs.asp.net/scottgu/archive/2006/05/02/CSS-Control-Adapter-Toolkit-for-ASP.NET-2.0-.aspx"><font face="Arial" size="2">http://weblogs.asp.net/scottgu/archive/2006/05/02/CSS-Control-Adapter-Toolkit-for-ASP.NET-2.0-.aspx</font></a></p> <p><font face="Arial" size="2">This forum is a place to discuss these adapters, suggest enhancements, post experimental versions of new adapters, etc.</font></p> 2006-05-25T15:42:39-04:00