I have a datatable with a column MobileNo
.... My datatable has 150
rows and each row has MobileNo
... Now how to check every MobileNo
is unique by parsing all the datarows of the datatable in c#?
EDIT:
"This datatable is being created by reading a CSV file"