Problem with forms

  • Thread starter Thread starter Andrea Williams
  • Start date Start date
A

Andrea Williams

I'm having a problem with forms handling. Since I've created button_click
event methods, hitting the enter button doesn't submit the form properly.
It never gets to the _click method b/c the button wasn't pressed. Anyone
have a easy fix for this problem?

Andrea
 
I'm having a problem with forms handling. Since I've created button_click
event methods, hitting the enter button doesn't submit the form properly.
It never gets to the _click method b/c the button wasn't pressed. Anyone
have a easy fix for this problem?

Andrea
this is the most thorough article I've seen on the subject; hopefully it
will help:

http://www.allasp.net/enterkey.aspx
 
Back
Top