Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When an .aspx page is loaded in ASP.NET, the different page events
are called in the following order for the .aspx page, master page and
any user control on that page.
“OnLoad” and “PreRender”
- ASPX Page
- Master Page
- User Control
“Init” and “UnLoad”
- User Control
- Master Page
- ASPX Page