I made another Column in my GridView
called delete. When delete is clicked, the row should be deleted or in other words, I need to get the current row's user name to delete it.
- Which event should I use? (RowDeleting, Rowdeleted etc...)
- How do I get the username from the current row?