K
Keith G Hicks
asp.net 2.0
I have an asp:Login control and an aspasswordRecovery control on the same
page. The login control is above the recovery one.
When I open the page, I'm setting the focus to the login control. I type in
my user name and password and hit ENTER and it logs me in. That's fine.
When I open the page and tab (or mouse) to the UserName box in the
PasswordRecovery control and hit ENTER, the button in the Login control
fires but want the one on the PasswordRecovery to be activated instead.
I tried to put them each in an update panel but that didn't solve the
problem. How can I solve this?
Thanks,
Keith
I have an asp:Login control and an aspasswordRecovery control on the same
page. The login control is above the recovery one.
When I open the page, I'm setting the focus to the login control. I type in
my user name and password and hit ENTER and it logs me in. That's fine.
When I open the page and tab (or mouse) to the UserName box in the
PasswordRecovery control and hit ENTER, the button in the Login control
fires but want the one on the PasswordRecovery to be activated instead.
I tried to put them each in an update panel but that didn't solve the
problem. How can I solve this?
Thanks,
Keith