Following is the sequence in which the events occur :
=> Page_Init.
=> Page_Load.
=> Control events
=> Page_Unload event.
Page_init event only occurs when first time the page is started, but Page_Load occurs in subsequent request of the page.
=> Page_Init.
=> Page_Load.
=> Control events
=> Page_Unload event.
Page_init event only occurs when first time the page is started, but Page_Load occurs in subsequent request of the page.
No comments:
Post a Comment