ScriptManager ServiceReference loading animation

Posted by TesterTurnedDeveloper on Stack Overflow See other posts from Stack Overflow or by TesterTurnedDeveloper
Published on 2010-03-24T04:17:07Z Indexed on 2010/03/24 4:23 UTC
Read the original article Hit count: 604

Filed under:
|
|

I'm using a ScriptManager / ServiceReference to call as ASMX from client side code, just like the Calling Web Services from Client Script in ASP.NET AJAX example.

Is there an easy way to show/hide a loading animation when I'm fetching data from the web service? I could show it when I call the service, and hide it in the callback.

Is there an event I can attach to? I like the way JQuery has Ajax events for this sort of thing.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about scriptmanager