Click to See Complete Forum and Search --> : Radio Button
Tom Yaz
Jan 13th, 2004, 06:10 AM
In VB 6.0 if memeory serves correct, to have a user pick one radio button or another, but not both, one would put the buttons in a groupbox. how does one accomplish the same in a webform in VB.NET? I have tried using a web form panel, but it does not seem to work unless I am missing something
Thanks
Tom
Fishcake
Jan 13th, 2004, 10:46 AM
I think there is an attribute "groupname" for radiobuttons.
Then only one button within a groupname can be selected at a time.
You could also use a RadioButtonList.
Tom Yaz
Jan 13th, 2004, 10:47 AM
Yep that groupname should so it. Thanks bunch
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.