---
title: "What is page life cycle in asp.net ?"  
description: "What is page life cycle in asp.net ?"  
author: "Rahul Roi"  
published: 2019-09-09  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/33578/what-is-page-life-cycle-in-asp-dot-net  
category: "asp.net"  
tags: ["c#", "asp.net", "oops"]  
reading_time: 1 minute  

---

# What is page life cycle in asp.net ?

The events in the page life cycle.

- Page_PreInit
- Page_Init
- Page_InitComplete
- Page_PreLoad
- Page_Load
- Page_LoadComplete
- Page_PreRender
- 8) Render

## Answers

### Answer by Rahul Roi

The events in the page life cycle.

- Page_PreInit
- Page_Init
- Page_InitComplete
- Page_PreLoad
- Page_Load
- Page_LoadComplete
- Page_PreRender
- 8) Render


---

Original Source: https://www.mindstick.com/interview/33578/what-is-page-life-cycle-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
