I have two options contained in a groupbox. But the radio buttons' scope being applied on
the four of them so only one selection is possible...
Tried putting each pair in a groupName but that only works in asp.net
Any ideas? Much appreciated.
I have two options contained in a groupbox. But the radio buttons' scope being applied on
the four of them so only one selection is possible...
Tried putting each pair in a groupName but that only works in asp.net
Any ideas? Much appreciated.
From MSDN
When the user selects one option button (also known as a radio button) within a group, the others clear automatically. All RadioButton controls in a given container, such as a Form, constitute a group. To create multiple groups on one form, place each group in its own container, such as a GroupBox or Panel control.