D
Duwayne
I am having a lot of trouble with an ascx page that has a textbox that
*should fire a textchange event when the text changes. The main aspx
page dynamically loads the ascx page and has a image button that
initiates the submit. during submit, 2 events *should fire, 1 from the
textbox and 1 from the image button. The image button event always
fire but the textbox textchange event does not. Anyone has any ideas?
Notes:
During postback, I do reload the proper ascx page again so the event
will be fired correctly.
*should fire a textchange event when the text changes. The main aspx
page dynamically loads the ascx page and has a image button that
initiates the submit. during submit, 2 events *should fire, 1 from the
textbox and 1 from the image button. The image button event always
fire but the textbox textchange event does not. Anyone has any ideas?
Notes:
During postback, I do reload the proper ascx page again so the event
will be fired correctly.