5
Shouts

CSS Friendly Menu Control in ASP.NET 4.0 « Abhijit's World of .NET

published 734 days, 10 hours, 34 minutes ago posted by abhijitjanaabhijitjana 735 days, 4 hours, 59 minutes ago
Tuesday, May 18, 2010 3:48:19 PM GMT Monday, May 17, 2010 9:22:22 PM GMT

It is very much easier to apply CSS when we have ul,li elements as the HTML content. If we look into ASP.NET Menu Control till Version 3.5, its render as Table-TR-TD Tag. Though Table/Tr/Td is quite useful to display tabular data but sometime  creates  a big problem when we need to do more work with CSS. To overcome this problem we generally used CSS Friendly adapter to render the ASP.NET Control in ul/li mode. ASP.NET 4.0 makes the things easier for web developer by providing "RenderingMode" properties. .....

category: ASP.NET | clicked: 3 | | source: abhijitjana.net | show counter code
tags: Rendering, Visual Studio 2010, Menu Control, ASP.NET 4

No comments yet, be the first one to post comment.

To post your comment please login or signup