ASP.NET MVC: Show Busy Indicator on Form Submit using JQuery and Ajax - CodeProject
I can see there are two calls. 1. @html.BeginForm("LongRunningDemoProcess"," Home") this is a post, therefore its a directly call to action. 2. call from JQuery $(document).ready(function {[code, code, code...] etc.. var url = $(this).attr("action"; var f...