Wednesday, 11 March 2015


ASP.NET Page Life Cycle
Introduction
Application Life Cycle
IIS Request Process
Application Pool
Worker Process
HTTP Handler/Module
ASP.NET Page Life Cycle
Page Life Cycle Steps
Page Life Cycle Events

Life Cycle for Master Page and User Control
Introduction
When Clients request for an aspx page from browser and lot of stuffs happens in background to produce the output or sending response to client. This evolves ASP.NET Page Lifecycle.
ASP.NET Page Life Cycle is very much important to know for each and every developer to developed an ASP.NET Web Application.

All events, data processing, dynamic control creation, view state, postback, rendering etc. are depends with Page Life Cycle.

No comments:

Post a Comment