Infolink

 

Search This Blog

Showing posts with label Ajax in asp.net application. Show all posts
Showing posts with label Ajax in asp.net application. Show all posts

Nov 10, 2012

UpdateProgress in Asp.Net

One of the problems with Ajax, is the fact that since it's asynchronus and in the background, the browser will not show you any status. With fast servers and fast methods, this is not a big problem, but whenever you have a method which takes up a bit of time, the user is very likely to get impatient.

Fortunately, ASP.NET AJAX solves this problem for us as well, with a nice control called UpdateProgress. It will use your own template to show that an asynchronus method is working. Have a look at the following example, which will show the control in action. It will be explained afterwards.
Related Posts Plugin for WordPress, Blogger...