Asynchronous Web Services in ASP.NET 2.0

Here is anew addition to dotnetbips.com: 

Asynchronous Web Services in ASP.NET 2.0 =================================

By default when you call a web method from the client application it is a synchronous call. that means unless the web method returns the further code will not be executed. However, this approach may not be suitable in each and every scenario and you may need an asynchronous way to execute the web methods. This article is going to explain how to do just that.

http://www.dotnetbips.com/Articles/displayarticle.aspx?id=519

No Comments