I have a button in one column of the datagrid and it
executes the correct sub when clicked.
The thing I just can't figure is how to determine what
row the button that was clicked is on.
The arguments sent to the button's sub look like this:
Sub SendUpDate(obj As object, e As EventArgs)
I suspect that I'm mining something obvious here, but I went through 4 pages of post for DataGrid Button and didn't find anything that made the answer obvious.
Thanks for any suggestions.
TT
executes the correct sub when clicked.
The thing I just can't figure is how to determine what
row the button that was clicked is on.
The arguments sent to the button's sub look like this:
Sub SendUpDate(obj As object, e As EventArgs)
I suspect that I'm mining something obvious here, but I went through 4 pages of post for DataGrid Button and didn't find anything that made the answer obvious.
Thanks for any suggestions.
TT