samanta

samanta

  • NA
  • 429
  • 131.7k

Compare columns of DataGridView

Apr 11 2014 7:51 AM

i am using dataGridView with 4 columns.

like this:

idnamenumname2
1aaa4ddd
2bbb6null
3ccc1aaa
4ddd5
5eee2
6
3

i want to compare id and num columns so that respective value must be display in name2 column

Answers (14)