P
Phil Jones
I'm adding two sets of radio-buttons to a control (ie. each set of buttons
should only have one selection).
The problem is all the radio buttons within the form think they are part of
the same group (only one button can be selected from all groups).
With WebControls I would have used the "GroupName" property to setup the
unique groups.
But I can't find the corresponding property for the WinForms RadioButton.
What should I do here. Thanks everyone!
==
Phil
should only have one selection).
The problem is all the radio buttons within the form think they are part of
the same group (only one button can be selected from all groups).
With WebControls I would have used the "GroupName" property to setup the
unique groups.
But I can't find the corresponding property for the WinForms RadioButton.
What should I do here. Thanks everyone!
==
Phil