actual problem seems a bit complicated than the Title says .. but hope someone can figure it out ..
I have two datatables which I intends to bind them to Gridview. But I need bit of the first dt and bit from second dt.
Second table has only one row that represents to every row in the same column in first table.
There is no primary key or relationship between two tables though.
Hope my explanation is cleared enough .. Thanks alot … looking forward to have a solution soon,.
For example,

I tried datatable.merge though. Didn’t produce the last table i want.
Try this link
http://social.msdn.microsoft.com/Forums/da-DK/adodotnetdataset/thread/ecb6a83d-b9b0-4e64-8107-1ca8757fe58c
either do it using linq or by putting all the tables in a dataset creating pk/fk on the data tables and joining them that way.