Asp.net – Find duplicates between 2 datatables and remove them
I have data from 2 different sql databases I have created 2 datatables with the data The columns are not the same in both datatables But i need to find duplicates in the first column in both and remove them…