Events that fire during a page load

Name the events that are fired during a page load?

E

Expert

Verified

The events that are fired during a page load are as follows:

i. LoadPostData() – It fires when postback data is processing.
ii. Load() – It fires when page is loading.
iii. PreRender() – It fires at brief moment before page is displayed to a user as HTML.
iv. Init() – It fires when a page is initializing.
v. Unload() – It fires when a page is destroying a instances of the server controls.
vi. LoadViewState() – it fires when a view state is loading.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.