G
Guest
in ADO.net 2.0 beta 2
I know how to do the parent-child type.
1. drag a DataGrid control in a window form, get a datasource from
table cust.
2. drag table cust onto the DataGrid.
3. in the data window, right-click the dataset, select configure..
adding table o.
4. drag the child table onto the DataGrid control.
comment: With this way, I build this without a coding. I believe it is
MVC style.
I do not know the steps to join two relational tables into one ADO
table.Please advise. Thanks.
Peter
I know how to do the parent-child type.
1. drag a DataGrid control in a window form, get a datasource from
table cust.
2. drag table cust onto the DataGrid.
3. in the data window, right-click the dataset, select configure..
adding table o.
4. drag the child table onto the DataGrid control.
comment: With this way, I build this without a coding. I believe it is
MVC style.
I do not know the steps to join two relational tables into one ADO
table.Please advise. Thanks.
Peter