Hi,

I've got some master/child data and I want to display a checkbox or radiobutton next to each child, depending on a value the master has.

The checkboxes or radiobuttons should also be grouped for each master record. (each master record would have a list of controls, one control next to each of his children).

I am currently displaying the data (without checkbox/radiobuttons) using a nested repeater, but I'm at a loss on how to manage the checkbox/radiobuttons.

I already tried manually putting either a checkboxlist of radiobutton list in ascx file, but I noticed I couldn't put the list above the repeater and dynamically add a listitem for each row.

Any pointers would be welcome.