What methods are fired during the page load?
Init() When the page is instantiated, Load() - when the page is loaded into serverĀ memory,PreRender () - the brief moment before the page is displayed to the userĀ as HTML, Unload() - when page finishes loading.