I have some doubt to Color the values if Different.
I have two datatable to compare the value using “ADt.AsEnumerable().Except( ADt_Old.AsEnumerable, System.Data.DataRowComparer.Default).CopyToDataTable”
i am getting a different row data. i want color the cell value this is difference from previous data table. Can you tell me how to do it.
I have two Datatable, both the Datatable has the value in all the column, I want to compare first Datatable with the second Datatable column for the data match, if it fails I need to highlight the cell in some colour in Datatable. using LINQ Query.