The Page Life Cycle Events
Page_Init : The page life cycle starts with the invocation of the Page_Init event. This event is responsible for initializing the controls that you use in your page to their default values. This event can also be used to create or even re-create the controls in your web page that need to be created dynamically.
Page_Init in ASP.NET architecture
Hot on Web: