<%@ Page Language=VB Debug=true %>Using a TextBox Control for Passwords id="lblMessage" runat="server"/>Enter your Name: id="txtName" columns="25" maxlength="30" backcolor="LightYellow" font-name="Comic Sans MS" font-size="9pt" tooltip="Contact your administrator for a new log-in" runat=server />Enter your Password: id="txtPassword" textmode="Password" columns="25" maxlength="30" backcolor="LightYellow" font-name="Comic Sans MS" font-size="9pt" tooltip="Passwords a case-sensitve" runat=server /> id="butOK" text="OK" type="Submit" onclick="SubmitBtn_Click" runat="server"/>