asp.net mvc changing one menu based on which controller is selected from another menu
- by jj
Hi,
I am envisioning a site layout like this-
top navigation menu linking to maybe 4 or 5 indexes of different controllers. each of these sections will be working with different model objects.
Left navigation menu is specific to a controller. so, for each of the top menu buttons (corresponding to different controllers) I would like the left navigation menu to offer options only specific to the currently used controler.
What's the best way to go about setting this up?
Thanks!!