vb.net - Unable to select more than 1 radio button -


i have 4 radio buttons, r1, r2, r3, r4. these 4 radio buttons in group box.

r1 , r2 asking gender of person.

r1 male , r2 female

r3 , r4 asking whether user continue.

r3 yes , r4 no.

when click r1 , r3 becomes unchecked , vice versa. similar case r2 , r4. @ time can check 1 radio button. how can around problem . groupbox essential cannot remove it.

radiobuttons grouped parent-control. sufficient re-group them in panel.

current layout:

groupbox     radiobutton     radiobutton     radiobutton     radiobutton 

new layout:

groupbox     panel         radiobutton         radiobutton     panel         radiobutton         radiobutton 

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -