What is the request lifecycle for asynchronous (ajax) ASP.NET method calls?

What is the timeline for application / processing events for an asynchronous request generated by a page method in a web form? Looking for a canonical answer or resource.

Note. This is a request for information about how ASP.NET AJAX handles incoming requests made to web services that are exposed to the client script as described here under "Calling Static Methods on an ASP.NET Web Page". This should not be confused with the page lifecycle. It should also be noted that [WebMethod]

both [ScriptMethod]

are ASP.NET AJAX functions, not XML Web services, as one might infer from reading certain MSDN documentation, examples of which can be found here and here .

+1
c # asp.net webforms asp.net-ajax


source to share


No one has answered this question yet

See similar questions:

3
can the ASMX web service response return with Response.BinaryWrite?

or similar:

711
How do I call an asynchronous method from a synchronous method in C #?
46
Performing an Asynchronous Operation Invoked by a Request for an ASP.NET Web Page
five
The way a process is requested in the page lifecycle
2
ASP.net Ajax Unknown Web Method
2
Return methods of asp.net page undefined
2
Need to execute asynchronously server side web services when calling jQuery.ajax
1
Do I need to inject ajax code and web method in the same asp.net page?
0
How to call asp.net web api method asynchronously in C # web client?
0
Calling an asynchronous API in an ASP.Net application
0
How can I call the asmx web service method that is inside the ASP.Net ASYNCHRONOUSLY website?



All Articles
Loading...
X
Show
Funny
Dev
Pics