Overview of Request Life Cycle
The Request life cycle is composed of the series of events that transpire when processing a web request to your web application.
The Web Forms page event life cycle
- The Web Forms page event life cycle begins with a request to a Page resource.
- The HTTP handler processes the request and initializes the correct Page resource to handle the request.
- The page initializes, and all server controls in the page raise their initialization events as well.
- On postbacks (when a HTTP Post request is received), Postback Data (data that is available in the form) is loaded.
- The page loads and all server controls raise their Load event.
- On postbacks, the RaisePostBackEvent event is raised that can be accessed programmatically.
- The view state is saved and the event is raised.
- The page and all server controls are rendered into markup (HTML) and returned to the web server.
- The web server returns the rendered response.
1 Comments:
Really awesome blog!!! I finally found a great post here.I really enjoyed reading this article. Thanks for sharing valuable information.
3D Laser Scanning Targets
3D Scanning Reverse Engineering
Reverse Engineering Services
Post a Comment
Subscribe to Post Comments [Atom]
<< Home