S
Sofi
Hi all!
This works well on my desktop:
textBox1.DataBindings.Add("Text", myDataSet.Tables["object"],
"object_object-property.id");
But fires an ArgumentException error on the iPAC...
Is it true that it is not possible to use "relationname.columnname" as
data member string when adding a databinding to a text box?
(I got this from: http://www.srtsolutions.com/public/...te&style=user/myst/srt-corporate&scheme=green)
And if that is the case, does it explain the above?
Many Thanks,
Sofi
This works well on my desktop:
textBox1.DataBindings.Add("Text", myDataSet.Tables["object"],
"object_object-property.id");
But fires an ArgumentException error on the iPAC...
Is it true that it is not possible to use "relationname.columnname" as
data member string when adding a databinding to a text box?
(I got this from: http://www.srtsolutions.com/public/...te&style=user/myst/srt-corporate&scheme=green)
And if that is the case, does it explain the above?
Many Thanks,
Sofi