Hello Dear all.
In the application developed in ASP.net 1.1 (mobile version) we have a problem with getting the enter keydown event (the form havn't been submitted).
For example on one screen we have only one textbox and one submit button, when entering text on the textbox and pressing the enter key the form is submitted(It is normal).
But when we have multiple textboxes(for example two), when we enter data in the first textbox and press enter key the form isn't submitted. The form is being submitted(by enter key) in case when the focus is on the submit button.
We need to submit the form by enter key in spite of the focus is on submit button or not. We have tested the application on IE, and it works properly, the problem occures when working on PocketPC emulator.
If anyone could help me i would be very appreciative!
Thank you in advance.
In the application developed in ASP.net 1.1 (mobile version) we have a problem with getting the enter keydown event (the form havn't been submitted).
For example on one screen we have only one textbox and one submit button, when entering text on the textbox and pressing the enter key the form is submitted(It is normal).
But when we have multiple textboxes(for example two), when we enter data in the first textbox and press enter key the form isn't submitted. The form is being submitted(by enter key) in case when the focus is on the submit button.
We need to submit the form by enter key in spite of the focus is on submit button or not. We have tested the application on IE, and it works properly, the problem occures when working on PocketPC emulator.
If anyone could help me i would be very appreciative!
Thank you in advance.