Gopal Mahadak

Gopal Mahadak

  • NA
  • 316
  • 154.4k

Comparison of Datatables in c#

Aug 22 2012 6:34 AM
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)