I have a gridview control which displays data returned from DB. The datakey property of the gridview is bound to the ID column of the DB
Each record in the GV had 2 buttons and one Checkbox. When either of these controls is clicked I want to obtain the row that this was clicked on and perform action depending on which control was clicked.
I was hoping I could use the row_command event to capture which control was clicked but that did not do the trick unless i am missing something