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?
Thanks
Tom
Printable View
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?
Thanks
Tom
You probably use of the the panel types, but you should try asking in the ASP.NET forum if its related to web forms. Its definately a panel if you mean a WinForm.