Move on nextText Box ..?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
HI! i have two Text Box (TextBox1,TextBox2) and the maxlength for TextBox1 is 3 and for TextBox2 is 7. now i want when maxlength of TextBox1 is end then cursor automatically move on next TextBox2....Please help....
Write a javascript function and call it in
OnKeyDown
event of the textbox. Inside this function check the length of the text, if it is your desired length change focus to next textbox.