Dear All!
I have a question. I am using RadAjax Manager, but maybe in other way this can happen.
For example: I have 5 TextBoxes and every textbox has TextChange Events:
TextBox1_TextChange...
TextBox2_TextChange...
etc.
And AutoPostback = "true" for every box.
At first when I chage TextBox1 text and loose focus, TextBox1_TextChange fired (this is ok), but when I Change text in Textbox3, every textbox's event handler fired which have Text.
Is it normal? How can I do just the Actual Textbox's event fired?
many thanks!
I have a question. I am using RadAjax Manager, but maybe in other way this can happen.
For example: I have 5 TextBoxes and every textbox has TextChange Events:
TextBox1_TextChange...
TextBox2_TextChange...
etc.
And AutoPostback = "true" for every box.
At first when I chage TextBox1 text and loose focus, TextBox1_TextChange fired (this is ok), but when I Change text in Textbox3, every textbox's event handler fired which have Text.
Is it normal? How can I do just the Actual Textbox's event fired?
many thanks!