T
Tim Mulholland
I have in an ASP.NET page that has one textbox and a button.
I catch the button's click event and do some searching based on the text in
the textbox.
when the user types stuff into the textbox, then uses the mouse to click the
button, or hits tab and hits enter/space to click the button, all goes well.
but if the user stays in the textbox and hits enter, the page posts back,
but doesn't go into the button's click handler.
where is control going? how do i make it go where i want? what event is
being raised?
Thanks in advance!
Tim
I catch the button's click event and do some searching based on the text in
the textbox.
when the user types stuff into the textbox, then uses the mouse to click the
button, or hits tab and hits enter/space to click the button, all goes well.
but if the user stays in the textbox and hits enter, the page posts back,
but doesn't go into the button's click handler.
where is control going? how do i make it go where i want? what event is
being raised?
Thanks in advance!
Tim