M
Morten
Hi!
I have a problem that's driving me nuts:
I have a webform with a user control containing a number of buttons at the
top. On my form I have a search button that I want to be the default
button - so that if you type something into one of the fields on my form and
hit <Return> this button is activated. I have made sure that the
"TextChanged" method of the input field of my form should trigger a search
button click.
The problem is that if I hit the <Return> key I always trigger the first
button of my user control - an ImageButton control.
Does anyone have a suggestion that will help me change this behaviour?
Thanks in advance.
Morten
I have a problem that's driving me nuts:
I have a webform with a user control containing a number of buttons at the
top. On my form I have a search button that I want to be the default
button - so that if you type something into one of the fields on my form and
hit <Return> this button is activated. I have made sure that the
"TextChanged" method of the input field of my form should trigger a search
button click.
The problem is that if I hit the <Return> key I always trigger the first
button of my user control - an ImageButton control.
Does anyone have a suggestion that will help me change this behaviour?
Thanks in advance.
Morten