14
Answers

Compare columns of DataGridView

samanta

samanta

10y
1.4k
1

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)