Click here to Skip to main content
16,006,531 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi to all

In my dropdownlist i have three value men,women and kids

when i select men and women it diplay on checkboxlist
and when i select kids it's hide previous checkboxlist and display related checkboxlist so how to write change event
Posted
Comments
Karthik Harve 4-Mar-13 6:50am    
how are you making dropdownlist with check box ?
Member 9815058 4-Mar-13 6:57am    
NoI take one dropdownlist and two checkboxlist
when i select men from dropdown it display its related checkboxlist
and when select Kids it display its related checkboxlist

for men i take checkboxlist and value like small,medium,large
and for kids i take checkboxlist and value like 0-3,3-6 etc

1 solution

There is a CheckedChanged event of Checkbox, so you can use your needed logic in If-else Condition is that event.
 
Share this answer
 

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