Page Lifecycle ASP.Net Tutorial

File: Web.config

    
        
    


C#
protected void Page_Load(object sender, EventArgs e)
{
    Trace.Write("This message is from the START of the Page_Load method!");
}