I know this is probably very elementary, but I can’t seem to figure it out.
I need radio buttons that are mutually exclusive horizontally as well as vertically.
How can I assign a radio button to two groups?
Thanks in advance.
I know this is probably very elementary, but I can’t seem to figure it
Share
You must set GroupName property in RadioButton.
for example:
or use RadioButtonList control