Base solution for your next web application
Open Closed

Jump from one Controller to another - activating correct menu item #8137


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team

    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.

  • User Avatar
    0
    deltavision created

    Hi maliming

    this works fine - also selects the new menu item - so no problem :-) I close the case.