delete row in gridview

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I have a gridview and I want to delete a row that is highlighted, but I want
to show a confirmation box also 'you sure?',
but I only want this to show if a row in the gridview is highlighted. What
is the best way to do this other then disabling the delete button until a
row is highlighted?
 
i already have the confirmation button. I only want to show it if a row is
selected to delete. This code has a delete button on every row. I don't have
that, I have a delete button and deletes the selected row.
 
Back
Top