Mohd Arif
What events are fired when a page loads ?
By Mohd Arif in .NET on Dec 01 2015
  • Vishal Jadav
    Aug, 2016 8

    preinit init init_complete Preload Load Load_Complete Pre_render Render_complete Unload

    • 0
  • Mohd Arif
    Dec, 2015 1

    The following events fire when a page loads: Init() - Fires when the page is initializing. LoadViewState() - Fires when the view state is loading. LoadPostData() - Fires when the postback data is processing. Load() - Fires when the page is loading. PreRender() - Fires at the brief moment before the page is displayed to the user as HTML. Unload() - Fires when the page is destroying the instances of server controls.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS