This was very puzzling - all I had was a partial view - a div really with some content, and Ajax.ActionLink (in MVC3) kept opening it in new window.
Turned out that library:
Turned out that library:
jquery.unobtrusive-ajax.min.js
is necessary to include on the page for Ajax.ActionLink to work properly and render
partial view on the same page.
No comments:
Post a Comment