The Page Life Cycle Events
Page_Render : The Render event is triggered, which creates the Response object for the web page. Now the page is eventually rendered through the Render event, which uses a text writer to write the response stream to the Response.
Page_Render in ASP.NET architecture
Hot on Web: