1
Reply

What methods are fired during the page load (Life Cycle of an ASPX Page).

Sapna Malik

Sapna Malik

15y
7.4k
0
Reply

    Init():-When the page is instantiated.

    Load():-When the page is loaded into server memory.

    PreRender():-The brief moment brief the page is displayed to the user as HTML.

    Unload():-When page finishes loading.