Button Error
-
Hi, I have a 2 textboxes .. one for the username and one for the password. Now when i try to login, i enter the username then the password and then when i press the ENTER key i wish that the button (Login) will be clicked. But right now when i wrote the user and pass and press the enter key it does not make anything :(
Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.
-
Hi, I have a 2 textboxes .. one for the username and one for the password. Now when i try to login, i enter the username then the password and then when i press the ENTER key i wish that the button (Login) will be clicked. But right now when i wrote the user and pass and press the enter key it does not make anything :(
Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.
Go to the login form and set the AcceptButton property to be the ID of your Login button. You can also set the CancelButton if your login form has one.
-
Go to the login form and set the AcceptButton property to be the ID of your Login button. You can also set the CancelButton if your login form has one.
-
hi, i am using asp.net .. i cannot see any acceptbuttons in the property :( .. can you help me please
Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.
Confirm whether UseSubmitBehaviour of the button is set to True