One DataTable out of two DataTables

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top