Page 1 of 1

How to bind a DataSet to a multiple value control

Posted: Wed 21 Feb 2007 15:31
by Zero-G.
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

Posted: Fri 23 Feb 2007 07:18
by Alexey
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.