---
title: "What events will occur when a page is loaded?"  
description: "What events will occur when a page is loaded?"  
author: "Chris Anderson"  
published: 2011-09-20  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1280/what-events-will-occur-when-a-page-is-loaded  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What events will occur when a page is loaded?

Below are the events occurs during page load.\
\
1) Page_PreInit\
2) Page_Init\
3) Page_InitComplete\
4) Page_PreLoad \

## Answers

### Answer by Chris Anderson

Below are the events occurs during page load.\
\
1) Page_PreInit\
2) Page_Init\
3) Page_InitComplete\
4) Page_PreLoad \


---

Original Source: https://www.mindstick.com/interview/1280/what-events-will-occur-when-a-page-is-loaded

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
