How to display an image when aAsynch post back is happening

Posted by Nasser Hajloo on Stack Overflow See other posts from Stack Overflow or by Nasser Hajloo
Published on 2010-06-02T08:10:03Z Indexed on 2010/06/02 8:13 UTC
Read the original article Hit count: 246

Filed under:
|
|
|
|

I have an Ajaxable application which has some UpdateProgress for each postBack events. everything is good and working great.

I want to display another Indicator in my SiteMapPath bar which shows a post back is happening no matter what.

For example when user clicks on a button an UpdateProgress display an Indicator Image in central part of application. I want to display another image ( for every postbacks not only for one) in top of application toolbar.

Currently I use a simple Flag out ther and I want to use an indicator instead of that flag when ever a postback happens

Thank you in advance

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET