enter key in textbox

R

raju

Hai,

I am new to asp.net, i have 5 to 10 text box in a form, after
entering values in the textbox, if i press Pressing ENTER on a Form
Page Submits the Form. How to pass the cursor to next textbox by
pressing enter key.


Thanks

Regards
Raj.
 
D

dgk

Hai,

I am new to asp.net, i have 5 to 10 text box in a form, after
entering values in the textbox, if i press Pressing ENTER on a Form
Page Submits the Form. How to pass the cursor to next textbox by
pressing enter key.


Thanks

Regards
Raj.

You realize that you're supposed to use tab to move between controls?
 
G

Guest

There are many users who expect that web forms will behave as windows forms
and the enter key will function as a tab key. Perhaps some javascript that
captures the enter key (keycode = 13) and returns the tab (keycode = 9) will
do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,884
Messages
2,569,953
Members
46,283
Latest member
Bernardo23

Latest Threads

Top