I expect this is a real quick one; I'm using the GridView_RowDeleting event to latch onto a row being deleted with the Delete command in a grid view using:
cell = UsersGridView.Rows(e.RowIndex).Cells(3)
Is there a way to specify the cell column by name instead of index? If I change the grid view data this line of code will always break
