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:
ASP.NET AJAX: State or no State? : Granville Barnett
How to open popup windows in IE/Firefox and return values using ASP.NET and Javascript : Suprotim Agarwal
Creating A DotNetNuke Module using the ASP.NET AJAX Control Toolkit : Michael Washington
How to Create an HTML Editor for ASP.NET AJAX : Eric Williams (winthusiasm.com)
Introduction to the PopupControl Extender : Brian Mains

Post your comment

Comment