To understand ASP.NET page life cycle, I believe understanding Page.ProcessRequest method is more important because ProcessRequest method calls all events and methods for a page.
Does anyone know at code level how event and methods calls are arranged in Page.ProcessRequest method (reflector code will also do)?
To understand ASP.NET page life cycle, I believe understanding Page.ProcessRequest method is more important
Share
I believe you are looking for the below order of methods that get runs from ProcessRequest
For more information please see on link http://www.dotnettutorials.com/tutorials/performance/page-life-cycle-asp.aspx