Asp Page LIfe Cycle
Explain the Asp.net page life cycle briefly?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kunal VaishyaPosted May 14, 2012, 4:33 AM
MuthuMari MPosted May 14, 2012, 3:55 AM
If you develop custom controls, you must be familiar with the page life cycle in order to correctly initialize controls, populate control properties with view-state data, and run control behavior code. The life cycle of a control is based on the page life cycle, and the page raises many of the events that you need to handle in a custom control.
This topic contains the following sections:
General Page Life-cycle Stages
Life-cycle Events
Additional Page Life Cycle Considerations
Catch-Up Events for Added Controls
Data Binding Events for Data-Bound Controls
Login Control Events
pls refer this url for detailed :
http://msdn.microsoft.com/en-us/library/ms178472.aspx
thanks.
If this post is useful then mark it as "Accepted Answer"
Lajapathy ArunPosted May 13, 2012, 5:44 AM
Satyapriya NayakPosted May 12, 2012, 1:33 PM
Please refer the below links
http://www.c-sharpcorner.com/UploadFile/hima_.net/WebPageExecutioninIIS05162006054117AM/WebPageExecutioninIIS.aspx
http://www.c-sharpcorner.com/UploadFile/mosessaur/aspnet2_pagelifecycle01072006144959PM/aspnet2_pagelifecycle.aspx
http://www.codeproject.com/Articles/73728/ASP-NET-Application-and-Page-Life-Cycle
http://www.codeguru.com/csharp/.net/net_asp/article.php/c19393/The-ASPNET-Page-Life-Cycle.htm
http://www.c-sharpcorner.com/uploadfile/61b832/Asp-Net-page-life-cycle-events/default.aspx
Thanks