Here you are: ASP.Net Web Page Processing
That's actually not the life cycle, that's the asp .net pipeline.
Hi Red,
You are right. It is HTTP request processing pipeline explains how the request is manipulated by different objects.
But Page Event Life Cycle contains all the events and methods that executed at the page level when the request comes to the Page object.
Please go through the follwong link, if u want to know about Page Life cycle.
http://www.aspfree.com/c/a/ASP.NET/A...t-Practices/2/
Thanks,
Kedar