Tuesday, January 19, 2010

ASP.NET Page Life Cycle

This is my first article on asp.net and I will try to explain the basics of asp.net page life cycle and easy understanding of its usage. Page life cycle depends on whether it is requested for the first time or it is after postback(page request of itself) and finalize to the web server. When a web page is requested to web server, it goes through a series of sequence of steps/events (like initialization, instantiating controls, restoring and maintaining state, running event handler code, and rendering) before it returned back to the web browser.

Read more at http://www.dotnetfunda.com/articles/article771-aspnet-page-life-cycle-.aspx

Author: Inder2305

0 comments: