enter key in textbox

  • Thread starter Thread starter raju
  • Start date Start date
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.
 
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?
 
Back
Top