§ Page-PreInit:
Check whether page is post back/First time.
§ Init:
It is used Initialization of all controls.
§ Init
Complete: Version 2.0 after. It is raised by Page Object.
§ Pre
Load: Perform processing on page.
§ Load
Event: set Properties of controls establishing database.
§ Control
Events: Handle the entire control event in the page (Button, text etc.)
§
Load Complete: All other controls on the page
Loaded.
§ Pre
Render Event: call (raised) each control on the page.
§ Save
State Information: saving all view state and control state information for the
page.
§ Render
Event: At this stage of processing the web page, the page object calls the
method on each control.
§ Unload
Event: it is used to cleaning all specific controls (ex: Disconnect DB)
No comments:
Post a Comment