Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have a Dropdownlist, on its selectedindexchange event, i want to check/uncheck a checklistbox, using Javascript.
I am not able to get the checkboxlist on selectedindexchange event.

Thanks,
Posted
Comments
SArulJothI 26-Jan-12 0:33am    
what code your trying now. paste it.

may i just clarify?
you want to check/uncheck a checkboxlist,
once the dropdownlist selected index is changed but unable to do so?

is that you're prob?

may i see your code? thanks. :)
 
Share this answer
 
use to get the checkboxlist
document.getElementById('<%=theCheckBoxList.ClientID%>')
 
Share this answer
 
Comments
Tanzy123 25-Jan-12 8:52am    
Thanks,
I m doing this only, & getting the above mentioned problem

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900