move to next textbox

rcarrillov

Member
Joined
Aug 23, 2006
Messages
6
Location
Mexico
Programming Experience
Beginner
"my question is that how can i make it so that when the user inputs text into one textbox that after the text limit is reached it goes to a seperate textbox next to it?"


Hi, Im Richard.
Im having the same trouble using Web Forms in Visual Basic

What do i have to do to develop this on web

Thanks
 
Moved post to ASP.Net section. Webforms and Winforms development is usually radically different, where solutions to get the "same thing" done don't apply to each other in the different environments.

You have to use Javascript (ie client-side) if it can be done at all.
 
Back
Top