List the events in the page life cycle
Following are the events in the page life cycle: Page_PreInit Page_Init Page_InitComplete Page_PreLoad Page_Load Page_LoadComplete Page_PreRender Render In the context of a .NET interview, the interviewer might ask about the ASP.NET page life cycle, which describes the sequence of events that occur during the lifetime of an ASP.NET web page. Understanding the page life cycle … Read more