How to code for text box if length of textbox1 is 5 then textbox2 focus()??
AliGulSoomro1 0 Newbie Poster
Recommended Answers
Jump to PostIn the
KeyPress
event of the textbox1 text box, check for the text length. When text length is equal to 5 set the focus to textbox2 usingFocus()
method
All 4 Replies
niranga 9 Junior Poster
Mr.M 89 Future Programmers
Santanu Das 4 Junior Poster in Training
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.