Posts Tagged ‘ASP’

ASP.NET AJAX Progress Bar Control

Thursday, November 20th, 2008

Original Posting Here…

This not my work.

If you use AJAX in your web app’s, you no doubt have made use of some sort of progress/status indicator that lets the user know that some operation is currently executing.  In the app I am currently working on we use an animated gif for this.  It works great, but sometimes you might find it nice to have more control over the indicator - i.e. interacting with it via JavaScript and styling it using CSS.

image

(more…)