With ASP .NET, how do I display a side submenu depending on what user picked from the main menu?
- by Ole Media
Hello, I come from PHP side, but I'm in need to develop a site using ASP .NET
So far I manage to create a master page. Now I'm dealing with menus and submenus
What I'm trying to do is, if the user picks "About Us" from the main menu, under the about us page I want to display a submenu with the options "who we are, what we do, contact us"
If the user picks "Our Products" from the main menu, then under the products page I want to display a submenu with the options "product 1, product 2, product 3"
Is this possible with only one master page?
I read something about menu control but not sure that is what I need. So far I found how to display a sitemap, but not specific sections of a sitemap, if this is the way to do things.
Any links, sample code, point of reference will be appreciated.
Thanks