PasswordRecovery control trips Login control's validation

  • Thread starter Thread starter The Colonel
  • Start date Start date
T

The Colonel

The controls are on teh same page, which shouldn't be a problem.
Entering a username and pressing ENTER trips the login control's
"password required" validator. Clicking SUBMIT works however. Strange.
 
this is to do with the defaultbutton of the form.

if a user presses enter, the forms default button will act as if it
were clicked. if you aren't declaring the default button, then it is
the first button on the form

not sure of a solution at the moment
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top