I have a repeater inside which I have asp.net radio button control. I want to group these radio button so that at a time only radio is selected.
I know that this can be easily achieved by writing a JavaScript function but I want to make this work even if JavaScript of browser is disabled so I need to write something at server side. How can I do that?