Posted on: 7/27/2012 8:00:00 PM | Views : 1930

If you have long running (server side) tasks in your ASP.NET MVC 3 web application it could be reasonable to provide the user with information about the current progress of this task. This blog post shows how such a progress indicator could be implemented using jQuery and AJAX. ...

Go to the complete details ...