How to bind a DataSet to a multiple value control

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

How to bind a DataSet to a multiple value control

Post by Zero-G. » Wed 21 Feb 2007 15:31

Hey

So, I do use you .NET mySQL DataSet Designer in VB.NET 2005.
One field is for Address.
In my project I have a group box with child radioButton Controls for:
Mr, Mrs, Company
In my DataSet I have the following assignment: 0 = Mr, 1 = Mrs, 3 = Company

I have pulled each field from the dataset to the textboxes I need (works fine) - But how can I do that with the Address field?

Hope you know what I mean - THX

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 23 Feb 2007 07:18

I can't see any problem in binding to RadioButton control. You can use DataBindings attributes in the Properties window. Please describe what is the problem in detail.

Post Reply