asp.net mvc changing one menu based on which controller is selected from another menu

Posted by jj on Stack Overflow See other posts from Stack Overflow or by jj
Published on 2010-01-08T20:40:12Z Indexed on 2010/03/18 14:01 UTC
Read the original article Hit count: 708

Filed under:
|
|

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!!

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about controller