One DataTable out of two DataTables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a DataSet with two DataTables. Both tables have the same primary key,
say "ID". I am binding Table[0] to a Grid Control. Now I would like to create
a DataTable that contains all the rows from both the tables, so that I can
bind it to a Grid and see all the rows from both tables. How can I do that?

Thanks,
 
Back
Top