14
Reply

Compare columns of DataGridView

samanta

samanta

Apr 11 2014 7:51 AM
1.1k

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)