Board index » Web Programming » how to trap carriage return

how to trap carriage return

Web Programming277
I have a couple of text boxes that the user keeps hitting return after

entering their data. I don't want a submit. I'd like the return to

be trapped, and then cause a tab to the next control.

How is this done?


-
 

Re:how to trap carriage return

Various options discussed here: forums.asp.net/p/1088853/1627176.aspx">forums.asp.net/p/1088853/1627176.aspx



"HockeyFan" wrote:



Quote
I have a couple of text boxes that the user keeps hitting return after

entering their data. I don't want a submit. I'd like the return to

be trapped, and then cause a tab to the next control.

How is this done?





-