Wednesday, February 22, 2017

Saturday, February 4, 2017

ajax and asp.net mvc

https://chsakell.com/2013/05/10/ajax-and-jquery-in-asp-net-mvc/


https://chsakell.com/2013/05/12/mvc-unobtrusive-ajax/

link for the source code 


http://pratapreddypilaka.blogspot.ca/2011/11/htmlpartial-vs-htmlaction-mvc-razor.html



loading spin for asp.net mvc



http://www.codemag.com/Article/1507051

add  loading  spin for asp.net  mvc

http://stackoverflow.com/questions/23452449/how-do-i-show-a-loading-spinner-when-submitting-for-a-partial-view-in-asp-net-mv

this is for loading spinner with
<script src="~/Scripts/jquery-1.10.2.min.js"></script>
<script src="~/Scripts/jquery.unobtrusive-ajax.min.js"></script>

the downloadable file link