Hi All,
I have a list which i would like to compare with my Datatable. The datatable has 2 columns and I need to compare column 1 of the datatable with the list, if there are any matches, i need to extract the value form column 2 for the matched value form column
1 and the list.
How can I do this? For the life of me I cant see a clear way without nested loops to perform this.
Go to the complete details ...