Good day folks,
I was trying to do a simple project but somehow I'm stocked with it.
What I want to do is to get the index of a column in datagridview when a cell
is changed?
For example this is a dgv:
ID | UserID | Status |
1 Ben Offline
2 Joe Offline
3 Ed Offline
When I changed 'Ben' to 'Oliver', A messagebox will appear telling me that the
index of that column is 1
Any idea? Thanks