I have to call Web Method from ASP Pages. But I don’t want to wait for output of the web method. So I had tried to call it Asynchronous call using begin and end. But still it is waiting. What methodology should I apply so that I can get my goal.
Tushar kothari