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…