I have a dataset "ds1" which is not in any way tied to a database.
I basically add rows to it and use it in a datagrid.

I also have a dataset "ds2" which has the identical structure.

How do I insert the entire contents of "ds1" into "ds2".

Thanks in Advance