2
Answers

Comparison of Datatables in c#

Ask a question
Gopal Mahadak

Gopal Mahadak

12y
1.7k
1
First datatable contains:
Name Password
abc      123
xyz      323
avc      456


Second  Datatable Contains:
Name Password 
abc    123

So I want remove the Record From first Datatable That is in the Second Datatable..
Help me..

Answers (2)