This diagram is specifically helpful in determining the order of events, but doesn't elaborate on them in any detail.
http://www.eggheadcafe.com/articles/o_aspNet_Page_LifeCycle.jpg
This diagram is specifically helpful in determining the order of events, but doesn't elaborate on them in any detail.
http://www.eggheadcafe.com/articles/o_aspNet_Page_LifeCycle.jpg
I have this on my tack board. Helpful when your using Master pages.
I've found this chart to be fairly useful. Provides a brief description as to what the piece is doing... John-Sheehan ASP.NET Life Cycle Events
This doesn't directly answer the Page lifecycle question but this covers the Global event lifecycle with events like BeginRequest and EndRequest. It's good to understand how those work in relation to Pages.
http://articles.techrepublic.com.com/5100-10878_11-5771721.html
This is the "original" MSDN overview. Pretty good:
http://msdn.microsoft.com/en-us/library/ms227435.aspx
Honestly, you shouldn't need our help to find these things. Try Google.
The MSDN article by Scott Mitchell "Understanding ASP.NET View State" has a very good explanation of the page life cycle, and more.