Asp Control ASP.Net

<%@ Page Language=VB Debug=true %>


Setting the Style of a Panel Control



    id="Panel1" 
    runat="server"
    font-name="Arial"
    font-bold="True"
    forecolor="yellow"
    backcolor="blue"
    borderstyle=3
    bordercolor="green"
    borderwidth=4
    horizontalalign="Center"
>
    Enter your name:

        id="txtName" 
    runat=server 
    />    
    

    Enter your password:

        id="txtPassword" 
    runat=server 
    />