Monday, 20 December 2010

What methods are fired during the page load?


  1. Init() - when the page is instantiated

  2. Load() - when the page is loaded into server memory

  3. PreRender() - the brief moment before the page is displayed to the user as HTML

  4. Unload() - when page finishes loading.

No comments:

Post a Comment