ASP.NET Horizontal Menu Control
Posted by: ASPAlliance.com - The #1 ASP.NET Community,
on 02 Feb 2010 |
View original | Bookmarked: 0 time(s)
A few weeks ago, I was working on an ASP.NET web application and needed a simple horizontal menu with a submenu. I decided to use ASP.NET's Menu control: Just drag and drop the control on to the page. Simple enough, but the control did not provide access key and target window support on menu items. I have put together a tutorial on how to include an access key attribute, include a target attribute, and include a site map path.