Page Lifecycle ASP.Net Tutorial

<%@ Page Language="VB" %>

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
        Meta1.Attributes("Name") = "description"
        Meta1.Attributes("CONTENT") = "Generated on: " & DateTime.Now.ToString()
    End Sub



    Using the HtmlGenericControl class
    


    
    

        The rain in Spain stays mainly in the plains.