Windows RadioButtons Group

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hie

Can you please assist me on how to automatically select/check a radiobutton
depending on a value from a SQL Server database. I have several groups of
windows radiobuttons in VB.Net. This is easier done in a web application but
not so obvious in a windows application.

Thank you
 
Hi Aleck,

It's a little bit unclear what you mean. Automatically? Not programmatically?
I would assume switch/case or if/else groups would do it, but I'm not sure this
is what you want.
 
Hie Morten

I meant programmatically. Isnt there a smarter way of doing this other than
using the switch/case or if/else groups?
 
Back
Top