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. .....
|
5
Shouts |
|
|||
No comments yet, be the first one to post comment.