forms. Focus on a textbox

liunx

Guest
Hi I have a form which as a number of <asp:TextBox> in it. I want when this form page is loaded. The cursor to be in a the first textbox (or anyone for that matter) waiting for the user to type. That is when the page finishes loading, before hitting the tab key or any key, the cursor is blinking in a textbox. Then from that I can move to other TextBoxes by the tab key.

Does anybody know how I can do this?i came across to this site, hope it helps :)

<!-- m --><a class="postlink" href="http://asp101.com/articles/matt/dynamicformelements/default.asp">http://asp101.com/articles/matt/dynamic ... efault.asp</a><!-- m -->
 
Back
Top