---
title: "In which event are the controls fully loaded?"  
description: "In which event are the controls fully loaded?"  
author: "Anonymous User"  
published: 2014-10-13  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/2226/in-which-event-are-the-controls-fully-loaded  
category: "asp.net"  
tags: ["asp.net", "c#"]  
reading_time: 1 minute  

---

# In which event are the controls fully loaded?

Page load event guarantees that all controls are fully loaded. Controls are also accessed in Page_Init events but you will see that view state is not fully loaded during this event.

## Answers

### Answer by Anonymous User

Page load event guarantees that all controls are fully loaded. Controls are also accessed in Page_Init events but you will see that view state is not fully loaded during this event.


---

Original Source: https://www.mindstick.com/interview/2226/in-which-event-are-the-controls-fully-loaded

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
