Click here to Skip to main content
15,922,155 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a ASP.NET 2.0 Page that calls a web service Asynchronously. However, the page stills runs until the web service has completted. This behavior occurs regardless of whether or not I provide a callback method. Now, I have verified that the call to the async web service returns right away, but the page is still running (does not get updated) until the async web service has completed.

Does anyone know what I need to do for the page to get refreshed and
not wait till the async web service call has completed?

Thanks!
Posted

1 solution

Is your webservice asynchronous or you are only using de begin and end methods that provides the proxy?
Regards,
Marcos
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900