Ricardo,
Finally got it working thanks to you. I've been reading MS ADO.NET
2.0 Step by Step, the 2005 edition. Can't see where it talks about
setting up the databindings like you've shown here. Guess I'll have
to get an additional book. Do you have any recommendations?
THANK YOU,
Hexman
On Fri, 28 Apr 2006 08:10:15 -0700, RCD <nospam (AT) devdex (DOT) com> wrote:
Quote:
Hi,
Try this:
binding1.DataMember = "table1"
binding1.DataSource = dataSet1
grd1.DataSource = binding1
binding2.DataMember = "PartsCats"
binding2.DataSource = binding1
grd2.DataSource = binding2
Regards
Ricardo
*** Sent via Developersdex http://www.developersdex.com *** |