When a page is requested on the web the server goes through a number of stages before sending back a response. Thus, the page life cycle is runs between request to response on the server.
Main steps in lifecycle are:
- Page request
- Start
- Initialization
- Load
- Postback event handling (if it is a postback request)
- Rendering
- Unload
More information: http://msdn.microsoft.com/en-us/library/ms178472.aspx