Calling Web Services Asynchronously in Page_Load Event

Posted by Umar Siddique on Stack Overflow See other posts from Stack Overflow or by Umar Siddique
Published on 2010-05-31T06:37:07Z Indexed on 2010/05/31 6:42 UTC
Read the original article Hit count: 291

Filed under:
|
|
|

I'm working on a web application using VB.NET. In page load event am calling a remote web service which take time to bring the data. During this process none of the other contents on page are shown(render).

I want to call this remote web service asynchronously so that other data of page is displayed and web service data will be displayed when its available.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET