Dreams come true: focus username field on login form
This commit is contained in:
parent
aa82ae02ab
commit
202d058912
1 changed files with 3 additions and 0 deletions
|
@ -151,6 +151,9 @@ namespace WebsitePanel.Portal
|
|||
ddlTheme.Visible = false;
|
||||
lblTheme.Visible = false;
|
||||
}
|
||||
|
||||
// set focus on username field
|
||||
txtUsername.Focus();
|
||||
}
|
||||
|
||||
protected void cmdForgotPassword_Click(object sender, EventArgs e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue