CSS-Friendly Menu adapter that emits the same markup as .NET 4.0

Posted by Joe on Stack Overflow See other posts from Stack Overflow or by Joe
Published on 2010-05-12T12:32:36Z Indexed on 2010/05/14 8:44 UTC
Read the original article Hit count: 244

Filed under:
|
|

For .NET 2.x/3.x there exists a CSS-Friendly Adapter on CodePlex that emits markup for an ASP.NET Menu Control as an ul.

The .NET 4.0 Menu control will also emit an ul, but the CSS class names are different from those emitted by the CSS-Friendly Adapter 1.0 on CodePlex.

In the interests of having a single version of CSS for .NET 2/3/4 sites, I want to create a version of the CSS-Friendly menu adapter that emits the same markup as the .NET 4.0 Menu control.

Before doing so, I thought I'd ask here to see if it's already been done, so I don't reinvent the wheel. Anyone?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about css