I've got a horizontal menu with UL/LI markup that I want to convert to an ASP:Menu in .net 3.5.
I'd like choices in the submenu to be rendered in a horizontal menu below the main menu when the main menu option is clicked. I also want to:
- indicate which menu option is chosen by highlighting/bolding both the main menu and submenu,
- check on rendering (or via some other mechanism) the role of the user to show only the proper menu options.