Is it possible to remove a duplicate value from a datatable in c#?
Posted
by Pandiya Chendur
on Stack Overflow
See other posts from Stack Overflow
or by Pandiya Chendur
Published on 2010-05-11T12:46:02Z
Indexed on
2010/05/11
12:54 UTC
Read the original article
Hit count: 184
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"
© Stack Overflow or respective owner