Home »
Code Examples »
ASP.Net Code Examples
ASP.Net - Methods fired during the page load Code Example
The code for Methods 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.
Code by IncludeHelp,
on August 12, 2022 23:51