onchange not getting fired on a text box

R

RJN

Hi

I have a textbox (input type = text runat=server) and a requiredfield
validator for the text box. I have a onchange event for the textbox.

IE provides an "AutoComplete" option for a textbox. (When we click on
the textbox we see the list of content that was entered previously. This
option can be enabled by clicking on Tools->Internet Options
->Content->AutoComplete. Click all and say OK.)

When the AutoComplete option is enabled and I choose the content for the
textbox from the list that was entered previously, I see that the
onChange event of text box does not get fired. I have to press spacebar
at the end of the content to fire it. However the RequiredFieldValidator
recognises that the textbox is not empty. I'm doing certain validation
on onChange event. So it is necessary that the event gets fired. Does
anybody have a clue on this?

Regards

RJN
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top