I have the following code and I need that when selecting the CheckBox you enable or disable the DropDown , that should happen instantly every time the CheckBox1
I have the following code and I need that when selecting the CheckBox you enable or disable the DropDown , that should happen instantly every time the CheckBox1
You could add both controls to UpdatePanel and in the CheckedChanged event validate whether or not it is checked and change the Enabled property of the DropDownList