What is Page Life Cycle Asp.Net?

Asp.Net provide platform for building Web applications. When a page is requested, it is loaded into the server memory, processed and sent to the browser.
Then it is unloaded from the memory. At each of this steps, methods and events are available, which could be overridden according to the need of the application.
The phases of page life cycle are:

1.    Page Initialization
       a.    Page_PreInit
       b.    Page_Init
       c.    Page_InitComplete

2.    Page Load (load all control Button,TextBox)
      a.    Page_PreLoad
      b.    Page_Load
      c.    Page_LoadComplete
3.    Page Render
       a.    Page_Prerender
       b.    Page_PreRenderComplete
       c.    Page_SaveStateComplete

Comments

Post a Comment

Popular posts from this blog

Artificial Intelligence

Smart Card

Biometrics