On Enter move on next TextBox..?
-
hello frnd, it can be achived by the Javascript/VbScript just use the "onKeyDown" event and check that if event.keyCode = 13 { document.getElementById("txtSecond").focus(); } regards, koolprasad2003:)
If the message is useful for U then please Rate This message... Be a good listener...Because Opprtunity knoughts softly...N-Joy
-
hello frnd, it can be achived by the Javascript/VbScript just use the "onKeyDown" event and check that if event.keyCode = 13 { document.getElementById("txtSecond").focus(); } regards, koolprasad2003:)
If the message is useful for U then please Rate This message... Be a good listener...Because Opprtunity knoughts softly...N-Joy
-
fmlove wrote:
dear but can you tell me how can i get the next textbox name..
You have your page or project with you. isn't it? :) So, go and take a look... and decide which textbox you want the cursor to move when you press the "Enter" key. OR Do you wanna detect automatically to the next control after current one?? It's hard to say since it is based on the design.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)