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.
I'm not sure what part of the site you're talking about where you see a busy indicator. As for your request to use the progress bar to show an indeterminate progress, I don't think you can do that. It sounds like you want a wait indicator, which can be accomplished similar to this article here.
http://forums.infragistics.com/aspnet/articles/show-wait-indicator-during-webdatagrid-s-ajax-requests.aspx
Hopefully that helps. Another option is to submit a feature request for the progress bar to have an indeterminate mode.
regards,
David Young