02 2:25 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] DataSet Binding in Winform
Hi all,
I'm trying to bind controls at design time in a winform from a dataset.
It works fine when in the control's (for instance textbox) properties I
select a column in a root table. But ! When I select a
Hi all,
I'm trying to bind controls at design time in a winform from a dataset.
It works fine when in the control's (for instance textbox) properties I
select a column in a root table. But ! When I select a field from a root
table's child relation, I get a "Invalid property value"...
Didn't get