how to make a group of dynamicaly radio buttons

  • Thread starter Thread starter Bisser Milanov
  • Start date Start date
B

Bisser Milanov

I add radio buttons created dynamically in a datagrid on each row of the
grid.
When I see the generated HTML I see that in front of each name for a radio
button is added: name="_ctl0:_ctl1:_ctl3: and this is unique for each radio
button. So they are never in the same group. How can I put them in the same
group?
 
I know it has but it doesn't work because the .NET adds in front of it some
bullshit like ctl0_..ctl1 and then they are not any more in the same group
 
Back
Top