Refresh view when selecting a ChekBox

0

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

asked by Jhohan David 18.09.2018 в 19:35
source

1 answer

0

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

answered by 06.10.2018 в 18:11