ASP.NET MVC 2 Ajax Site Master -


I started with a "new asp.NET MVC 2 web application" template and created some controllers. I want to link to my navigation menu (located in Site.Master), so that my content 'div' (which are all controller output) is not loaded through AJAX and refreshing the whole page.

I will come back partial view by the Test Controller Index () method but it does not work. How should my navigation bar link be formatted as an ActionLink (?) And what should my return to the controller indicator? Thank you in advance.

Take a look at the following on stack overlays


Comments