hey, i'm generating radio button groups using a repeater, but am getting errors when trying to set the id of RadioButtonGroup using the repeater index. The code is below. How else can you generate multiple groups dynamically
<Repeater id="rpt">
<RadioButtonGroup id="{rpt.currentIndex}">
some Radio buttons.
</RadioButtonGroup>
</Repeater>
Thanks,
d

