0
deltavision created
Hi,
using: Core, MVC, jQuery project - v7.2.2
How do I "jump" from one controller to another - also selecting the correct menu item in the main menu.
...Or can you activate a specific menu item from code? - and how :-)
2 Answer(s)
-
0
How do I "jump" from one controller to another
Normally you just need to call the
Redirect
method of the controller...Or can you activate a specific menu item from code? - and how :-)
Can you explain your needs in detail? It would be best if you could share some screenshots.
-
0