I\'m trying to load a partial view into a div from a calling view, however the
partial view loads into a new page. There isn\'t much code to it and I\'ve tried various
ways
I think you should use instead of @Ajax.Actionlink(...)
in MVC4 you can add bundle @Scripts.Render("~/bundles/jqueryval") just after @Scripts.Render("~/bundles/jquery") or add script reference in script section in page view as shown below: