What are the events in Page Life Cycle? In which event are the controls fully loaded?

  • 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.

 


Post a Comment

Previous Post Next Post