- Init - This event fires after each control has been initialized.
- Preload – Set properties or default values of the control.
- Load – All the controls are ready at this event.
- PreRender - Allows final changes to the page or its control.
- Render - The Render event generates the client-side HTML
- Unload - This event is used for cleanup code.
- In PAGE LOAD event controls are fully loaded.
Tags:
ASP.Net Web Form