I have a Gridview with a button as one of the columns.
This is not a select button.
How do I get access to the selected row of the GridViewRow Control and access the row in the button's click event.
SelectedRow is readonly, if you wish to set it to a new value, you will have to use SelectedItem, so using keys might be approprite, so you have a uniqueid for the row.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.