Can anybody help me?
I need to find the row number from 1 selected array, which I saved in one separate array, and by chance I try to get the row number from datagridview
In other words: if I know the column value for a given row in a datagridview (for example, for this row, FirstName == 'Bud'), how can I get the row identifier?
c # datagridview
user361108
source share