MetalGearSolid

MetalGearSolid

  • NA
  • 15
  • 15.9k

How to remove duplicates from datagridview?

Aug 6 2012 8:04 AM
How can I remove duplicate rows from datagridview?

For example:

dataGridView1:

NAMES - LASTNAMES
mary         cash
john          money
john          bucks
jack          bank

I want to remove only duplicate names.

After duplicates removed:


NAMES - LASTNAMES
mary         cash
john          money
jack          bank


Answers (4)