Click here to Skip to main content
15,916,835 members

Comments by liamoj (Top 2 by date)

liamoj 9-Oct-13 18:10pm View    
Hi thanks for taking the time to help me with this, but I do not understand what, CheckLogin or dvinvalid is. this is what the form is made up of.

User Login Form<br />
<br />
User Name: 
<asp:TextBox ID="txtName" runat="server">
<br />
<br />
Password: 
<asp:TextBox ID="txtPassword" runat="server" TextMode="Password">
<br />
<br />
<asp:Button ID="btnSubmit" runat="server" onclick="btnSubmit_Click"
Text="Submit" />
<br />
<br />
<br />
Number of unsuccessful logins: 
<asp:Label ID="lblBadLogin" runat="server">
liamoj 9-Oct-13 17:48pm View    
Show the user