vote up 0 vote down star

hi In a .aspx web page, by setting a textbox's text property by code in run time, will Textchanged event handler of that textbox be fired?

flag

49% accept rate

1 Answer

vote up 3 vote down check

No it doesn't.

You might want to put the code of your TextChanged event in a separate method so that you can call it manually after you change the Text property.

link|flag
thank you very much for your attention – odiseh Jul 12 at 10:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.