Asp Control ASP.Net

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


Creating a Basic Panel Control



    id="Panel1" 
    runat="server"
    height="80%"
    width="90%">
    Enter your name:

        id="txtName" 
    runat=server 
    />    
    

    Enter your password:

        id="txtPassword" 
    runat=server 
    />