Calling TextChanged Event using Javascript

The Hungry Dictator picture The Hungry Dictator · Dec 6, 2013 · Viewed 18.3k times · Source

I am working on a project in which i have used autocomplete extender with textbox. And on textxhanged event of that textbox i am populating two dropdown which were initially empty. Now the thing is i have two panel. I am copying data from one panel to another. All the attributes of both panels are same. Now the thing is that i am having two radio button one is for copying data from panel one and other is for new data insert. Now if i choose copy option then it is copying all the values but at that those two dropdown stay empty. And i am doing it by using javascript. Please suggest me or guide me to solve this problem. Is it possible to call textchanged event of textbox using javascript??

Note: I am populating dropdowns and autocompleteextender using database.

Answer

akta kalariya picture akta kalariya · Dec 6, 2013

You can use onchange event of textbox in javascript.