I see the WebProgressBar (i think that is what it is) being used throughout this site as a busy indicator - just an animated progressbar onscreen between postbacks.
How is that done? The only example I've been able to find ties the progressbar to actual progress of a page. All I want is to indicate that the site is busy processing a request.
bkuhn392 said:I see the WebProgressBar (i think that is what it is) being used throughout this site as a busy indicator - just an animated progressbar onscreen between postbacks.