Init() method fired during page load

Q.  ______________is the first method that is fired during the page load.
- Published on 16 Jun 15

a. PreRender()
b. Load()
c. Unload()
d. Init()

ANSWER: Init()
 

    Discussion

  • Digvijay   -Posted on 13 Sep 15
    When an ASP.NET page runs, the page goes through a series of events. These step by step events are called as page life cycle. The following are the list of page life cycle event.

    • PreInit
    • Init
    • InitComplete
    • PreLoad
    • Load
    • LoadComplete
    • PreRender
    • PreRenderComplete
    • SaveStateComplete
    • Render
    • Unload

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)