What is the request life cycle for asynchronous (ajax) ASP.NET Page Method calls?

好久不见. 提交于 2019-12-08 08:45:52

问题


What is the application event/processing timeline for an asynchronous request made to a page method on 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 exposed to client script as described here in the section named "Calling Static Methods in an ASP.NET Web Page." This is not to be confused with the page life cycle. It should also be mentioned that [WebMethod] and [ScriptMethod] are features of ASP.NET AJAX, and not XML Web Services, as one might infer when reading certain MSDN documentation, examples of which can be found here and here.

来源:https://stackoverflow.com/questions/28350349/what-is-the-request-life-cycle-for-asynchronous-ajax-asp-net-page-method-calls

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!