ASP.NET Page Life Cycle Diagram

Post from here

The following diagram shows some of the most important methods of theSystem.Web.UI.Page class that you can override in order to add code that executes at specific points in the page life cycle.  It also shows how these methods relate to page events and control events.

A preliminary version of the diagram was added to the ASP.NET 4 Beta 2 page life cycle documentation on MSDN. The updated diagram that is shown below will appear on that page when ASP.NET 4 is released.
 
Comments and suggestions about how to improve the diagram are welcome. It is shown here smaller than actual size in order to fit within the horizontal size limitations of this blog.
 — Tom Dykstra
ASP.NET User Education
This posting is provided “AS IS” with no warranties, and confers no rights.
 
 
ASP.NET Page Life Cycle diagram