here there are differences found on ‘Activityname’ column.
I need a solution which compares both data table and wherever the DT2 country name is different than DT1, I want to replace the ‘Activityname’ of DT2 with DT1 ‘Activityname’.
@Jithesh_R ,
Thanks for the solution, but the DT2 has more number of rows than DT1 so we cannot compare directly through rows. Is there any ways to implement this solution in linq.