Has anyone else had this problem? I have a page with only 1 field and it is required (Application number). If the user clicks on the submit button it works perfectly. Meaning, it validates on the client first and doesn't post if the field is empty. But if I just type the App Number and hit enter, it makes a roundtrip to the server with what seems like a blank post and most importantly, never executes the click event in the submit button.
Now here's where it is wierd ... if I add a second textbox, it doesn't matter what type or anything, just another text box, the validation works as it should. Hitting enter on either of the text boxes does not make the round trip to the server when the required field is empty.
Very annoying ... anyone run into this?
Ed (RoadRacer) Holguin
"I Hate Computers!"
Now here's where it is wierd ... if I add a second textbox, it doesn't matter what type or anything, just another text box, the validation works as it should. Hitting enter on either of the text boxes does not make the round trip to the server when the required field is empty.
Very annoying ... anyone run into this?
Ed (RoadRacer) Holguin
"I Hate Computers!"