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?
views:
300answers:
1
+3
A:
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.
Zyphrax
2009-07-12 10:37:27
thank you very much for your attention
odiseh
2009-07-12 10:50:29