Sunday 15 June 2014

two way add the ajax file into ASP.NET MVC 4


1. @Scripts.Render("~/bundles/jqueryval") into _Layout.cshtml file
2. <script src="~/Scripts/jquery-1.7.1.min.js"></script>
<script src="~/Scripts/jquery.unobtrusive-ajax.min.js"></script>--into current excution file

No comments:

Post a Comment