I have a MVC2 user control that I want to dynamically load the menu from the controller.
I will use LINQ to SQL to get the data that I want to pass to the user control.
How can I tell the MVC2 User Control which controller and action to use?
This is in ASP.net MVC2