2
Answers

Displaying controls dynamically

techiDam

techiDam

20y
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)
0
Administrator
Admin 2.3k 1.3m 22y
Do some readings on regions and invalidating and clipping regions. You certainly don't want to load every thing on the form if you only need a small portion of the form to be rendered.