D
Dave
I'm fairly new to this .NET stuff. I've got two related database tables. The
child table is just a set of textual selections for one of the columns in the
parent table - in Access it's a drop-down selector list. So, nothing too
clever.
I've set up the data connection, two data adapters and a dataset, created
the relation and filled the dataset exactly as described in
http://msdn.microsoft.com/library/d...atingmultiplerelatedtablesinadonetdataset.asp.
Then I put a datagrid onto my form as described in
http://msdn.microsoft.com/library/d...ry/en-us/vbcon/html/vbcondatagridoverview.asp
and set the datasource and datamember properties.
But when I run the page the datagrid does not appear at all, the page is
just blank.
Can anyone hazard a guess as to what I may have done wrong?
child table is just a set of textual selections for one of the columns in the
parent table - in Access it's a drop-down selector list. So, nothing too
clever.
I've set up the data connection, two data adapters and a dataset, created
the relation and filled the dataset exactly as described in
http://msdn.microsoft.com/library/d...atingmultiplerelatedtablesinadonetdataset.asp.
Then I put a datagrid onto my form as described in
http://msdn.microsoft.com/library/d...ry/en-us/vbcon/html/vbcondatagridoverview.asp
and set the datasource and datamember properties.
But when I run the page the datagrid does not appear at all, the page is
just blank.
Can anyone hazard a guess as to what I may have done wrong?