I have multiple dropdownlist in a page and would like to disable all if user selects a checkbox which reads disable all. So far I have this code and it is not working. Any s
It would be easiest if you put all the controls you want to disable in a panel and then just enable/disable the panel.