S
Sin Jeong-hun
Suppose there are 4 radion buttons on the form. There's no groupbox or
panel to seperate them. By default, the 4 radio buttons are mutually
exclusive. Is it possible to group them into two groups?
For example,
Gender ( )rb1 ( )rb2
Marital status ( )rb3 ( )rb4
On HTML, I could group them designating the same name for the radio
buttons. How can I do this in C# without using groupbox , panel or any
other container components? Thank you.
panel to seperate them. By default, the 4 radio buttons are mutually
exclusive. Is it possible to group them into two groups?
For example,
Gender ( )rb1 ( )rb2
Marital status ( )rb3 ( )rb4
On HTML, I could group them designating the same name for the radio
buttons. How can I do this in C# without using groupbox , panel or any
other container components? Thank you.