G
Guest
Assume i have 2 tables stored in a single dataSet (ds) and the relationship
is well added
ds.Tables("product")
ds.Tables("descriptors")
what I want to do is show the data from 2 of the tables, linked by the
relationship, on the SAME DataGrid juz like the data is select by "Join" but
i cannot find the correct code to do this.
I am looking for something like:
myDatagrid1.DataSource=ds.Tables("product","descriptors")
myDatagrid1.DataBind()
but this is not correct syntax
any help on this appreciated.
is well added
ds.Tables("product")
ds.Tables("descriptors")
what I want to do is show the data from 2 of the tables, linked by the
relationship, on the SAME DataGrid juz like the data is select by "Join" but
i cannot find the correct code to do this.
I am looking for something like:
myDatagrid1.DataSource=ds.Tables("product","descriptors")
myDatagrid1.DataBind()
but this is not correct syntax
any help on this appreciated.