1.5 KiB
1.5 KiB
uid | title | author | description | ms.author | manager | ms.date | ms.topic | ms.assetid | ms.technology | ms.prod | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|---|---|---|---|
web-forms/videos/how-do-i/how-do-i-utilize-the-css-friendly-control-adapters | [How Do I:] Utilize the CSS Friendly Control Adapters? | Microsoft Docs | rick-anderson | The CSS Friendly Control Adapters allow you to alter the HTML that is rendered by a standard ASP.NET 2.0 server control. In this video we learn that the stan... | aspnetcontent | wpickett | 09/01/2007 | article | aa5a29e3-0cc2-4cc0-986d-e845dbf01813 | dotnet-webforms | .net-framework | /web-forms/videos/how-do-i/how-do-i-utilize-the-css-friendly-control-adapters | video |
[How Do I:] Utilize the CSS Friendly Control Adapters?
by Chris Pels
The CSS Friendly Control Adapters allow you to alter the HTML that is rendered by a standard ASP.NET 2.0 server control. In this video we learn that the standard ASP.NET Menu control renders an HTML <table> element, but with the CSS Friendly Control Adapters the same control will render an HTML <ul> list element, improving the menu's accessibility and presentation. Visit the <a href="https://www.asp.net/cssadapters/">CSS Friendly Control Adapters</a> page to see how the same techniques can be applied to many other ASP.NET server controls.