Community

Asynchronous Web Services in ASP.NET 2.0

(Bipin Joshi) 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 exec

Read More - Register for Free Membership