asp:listbox move item by javascript
-
Hi... I am try to do moveitems between two listbox to anothher using javascript. On page load these listbox getitems by databind to a datasource. But I could not reach listbox from javascript by using ids document.getElementById("listbox1") What can I do?
karanba
-
Hi... I am try to do moveitems between two listbox to anothher using javascript. On page load these listbox getitems by databind to a datasource. But I could not reach listbox from javascript by using ids document.getElementById("listbox1") What can I do?
karanba
I think you are calling javascript before all the controls getting loaded .... where are you calling that javascript function can you elaborate ?
-
I think you are calling javascript before all the controls getting loaded .... where are you calling that javascript function can you elaborate ?
-
Hi... I am try to do moveitems between two listbox to anothher using javascript. On page load these listbox getitems by databind to a datasource. But I could not reach listbox from javascript by using ids document.getElementById("listbox1") What can I do?
karanba
Hi Dear, Fiest of all please calrify if you are using master page or any user control. I this is the case please try to find the exact id of the control from view source. You have not mentioned in which event you are handling this code. Please provide some clarification regarding this.
-
Hi Dear, Fiest of all please calrify if you are using master page or any user control. I this is the case please try to find the exact id of the control from view source. You have not mentioned in which event you are handling this code. Please provide some clarification regarding this.