2
Answers

Displaying controls dynamically

Ask a question
techiDam

techiDam

19y
1.9k
1
I need to create a web user control which contains controls in following order to be displayed in the screen. 1.CheckBox (let us say check box1) 2. CheckBoxes - These will be shown only when the coverage checkbox is checked. The number of the checkboxes displayed will depend on the number of coverages selected in the previous page.( dynamic display of check boxes) Can anyone help me with a solution?

Answers (2)