![]() |
2.0 Login control with cursor focus on Username
Using <asp:Login ID="Login1" runat="server">
Is it possible to set the initial cursor focus on the Username text field when the page initially loads? |
Re: 2.0 Login control with cursor focus on Username
In your Page_Load method, use
Login1.Focus() or SetFocus(Login1) -- Christopher A. Reed "The oxen are slow, but the earth is patient." "David R." <davidrnoreply@nospam.com> wrote in message news:ObS16HCFGHA.3168@TK2MSFTNGP15.phx.gbl... > Using <asp:Login ID="Login1" runat="server"> > > Is it possible to set the initial cursor focus on the Username text field > when the page initially loads? > |
| All times are GMT. The time now is 10:41 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.