Page Lifecycle ASP.Net Tutorial

<%@ Page Language="C#" %>

    protected void Page_Load(object sender, EventArgs e)
    {
        Meta1.Attributes["Name"] = "description";
        Meta1.Attributes["CONTENT"] = "Generated on: " + DateTime.Now.ToString();
    }



    Using the HtmlGenericControl class
    


    
    

        The rain in Spain stays mainly in the plains.