This question is locked. New answers and comments are not allowed.
Hi,
The requirements for an MVC project I'm working on require a horizontal menu "A" at the top of the page and a menu "B" in the left hand navigation (vertically oriented).
Scenario: When a user clicks on a topmost menu "A" item, if there are sub items, they need to be displayed in the left hand navigation menu "B". Any other menu items that had been displayed in the left hand navigation need to be removed.
What is the best way to go about this?
Can I fill Menu "B" dynamically? If so, can someone give me an example?
Alternatively, maybe an accordion control might be substituted for Menu "B". The question is roughly the same. How can I dynamically display the right selections to the user?
Thanks!
Arnold
The requirements for an MVC project I'm working on require a horizontal menu "A" at the top of the page and a menu "B" in the left hand navigation (vertically oriented).
Scenario: When a user clicks on a topmost menu "A" item, if there are sub items, they need to be displayed in the left hand navigation menu "B". Any other menu items that had been displayed in the left hand navigation need to be removed.
What is the best way to go about this?
Can I fill Menu "B" dynamically? If so, can someone give me an example?
Alternatively, maybe an accordion control might be substituted for Menu "B". The question is roughly the same. How can I dynamically display the right selections to the user?
Thanks!
Arnold