Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,everyone:
I have two data set data table with some duplicate record and i want find the duplicate records at first data table (e.g : search by ID).
how i can do it in ADO.Net C#.net 2008 ?

[Edit]
pleas send your answer to my Email Address:
[e-mail id removed]
[/Edit]
Posted
Updated 22-Apr-11 23:13pm
v2

1 solution

Have you tried doing it? It isn't very hard.

A programmer's way of doing this is to - use for loop and iterate through the rows in the DataTable. Check each row's required column value against every rows in another loop.

There is a very famous saying - Try and you shall succeed!

Good luck!
 
Share this answer
 
Comments
Sandeep Mewara 23-Apr-11 9:45am    
5 for "Try and you shall succeed!"
++ for rest of the answer. ;)
Ankur\m/ 25-Apr-11 0:29am    
:-)
Thanks!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900