J
Joey
I have an asp.net 1.1/C# web form with a text box server control and
one button server control. Users can type in text to search and then
click the button to start the search. I want them to be able to type
in text and then just hit the Enter key instead of having to click the
button.
Currently, an Enter keypress causes a post back, but it does not fire
the event handler for the button click. How can I get this to work?
one button server control. Users can type in text to search and then
click the button to start the search. I want them to be able to type
in text and then just hit the Enter key instead of having to click the
button.
Currently, an Enter keypress causes a post back, but it does not fire
the event handler for the button click. How can I get this to work?