ASP.NET MVC 3 (Razor) Ajax.ActionLink – What am i doing wrong?

Make sure you have the unobtrusive AJAX javascript library included in your page.

<script src="https://stackoverflow.com/questions/5725525/<%=Url.Content("~/Scripts/jquery.unobtrusive-ajax.min.js")%>" type="text/javascript"></script>

Leave a Comment