textbox event not triggering until tabbing off
am 01.04.2008 19:23:01 von RobertSmith
Hi,
On my form I have a txtbox say txtbox1 as part of a number of
fields, mainly combo boxes that are involved in a search. However I have a
imagebutton called
imgCmdSearchListings with the following event
OnClick="imgCmdSearchListings_Click".
However when a user changes text in a text box but does'nt tab off the field
clicking on the imagebutton does not trigger the OnClick event. They have to
tab off the field in order to trigger this event. Do you know a way of making
the click event occur without them tabbing off the field.
Re: textbox event not triggering until tabbing off
am 02.04.2008 02:33:36 von Todd_Calhoun
Hi. My little test worked (below). Can you pl supply the whole file, and the
type of browser, and any other info you can
Cheers,
Justin Dutoit
"Robert Smith" wrote in message
news:1F21F0C4-36AE-41B2-B1C7-A6DCCBA25243@microsoft.com...
> Hi,
> On my form I have a txtbox say txtbox1 as part of a number of
> fields, mainly combo boxes that are involved in a search. However I have a
> imagebutton called
> imgCmdSearchListings with the following event
> OnClick="imgCmdSearchListings_Click".
>
> However when a user changes text in a text box but does'nt tab off the
> field
> clicking on the imagebutton does not trigger the OnClick event. They have
> to
> tab off the field in order to trigger this event. Do you know a way of
> making
> the click event occur without them tabbing off the field.
>