Quick foreword.
I have a textbox web forms control and an image.
On image click, I open popup window, load grid with data and return selected value into textbox using JavaScript.
I need to be able to fire TextChanged event when data is placed into textbox via JavaScript, so I can do further processing in that event in code behind.
Right now this event fires only if I type something in textbox and tab.
Thanks much for your help
Steve
I have a textbox web forms control and an image.
On image click, I open popup window, load grid with data and return selected value into textbox using JavaScript.
I need to be able to fire TextChanged event when data is placed into textbox via JavaScript, so I can do further processing in that event in code behind.
Right now this event fires only if I type something in textbox and tab.
Thanks much for your help
Steve