I have a search form with several fields for filter and a command button for SEARCH which executes the search against the entries in the filter fields. The tendency with the users is to enter some and press ENTER which causes an error when the search executes ("The given key was not present in the dictionary").
What I would like to do is capture the ENTER key press and then have just execute as if the search command button was pressed. A client side script on field entry can capture the key press but how do I then call the server operation for the other button?
Thanks!