AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Display an animated Gif during a long-running ASP.NET page call : Peter A Bromberg

Tuesday, March 31 2009

Shows a very easy-to-implement, cross-browser technique for displaying an animated progress gif while a long running method is going in your ASP.NET Page. Technique also works with other scripting platforms and languages. With all the new "AJAX" (Remote Scripting) and clientcallback methods available to ASP.NET developers, it has become a lot easier to refresh the DOM of a running page without a reload. However, oftentimes you do not want all the overhead of all that AJAX baggage, you just want to display an animated gif after the user clicks the button and have it display and animate until the page reloads, in order to display some sort of visual indication to the user that something is happening....

Read More:
Display an animated Gif during a long-running ASP.NET page call : Peter A Bromberg
Also See:
Handle Browser Close Event on the Server-Side : Bilal Haidar [MVP,MCT]
An Introduction to AJAX Techniques and Frameworks for ASP.NET : Rama Krishna Vavilala
How to open popup windows in IE/Firefox and return values using ASP.NET and Javascript : Suprotim Agarwal
Creating Poll Using ASP.NET 2.0 Client Callbacks : Mohammad Azam
Client-side programming with Atlas : Tony Patton

Post your comment

Comment