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 n
GridView
tablename.Rows.RemoveAt(datagrid1.currentcell.rowindex);