How retrieve data from one data table by using another data
I have two data tables(dt1,dt2),
--> in dt1 I have 29 columns.
--> in dt2 I have 8 columns.
There is a common column in both data tables.
And my question is how get details from dt2, if search with common column name from dt1 in c#.....
Thanks in advance
Guna.