Confirmation for delete command on gridview

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

Steve

Is it possible to have a confirmation dialogue appear when the delete
command is clicked on a gridview? i.e. asking the "Are you sure you
wish to delete this record?" question.

I just don't like the idea of someone clicking on delete by mistake and
the record getting deleted.

I tried using the onclick event, but the command links/buttons/images
don't seem to accept that event, i guess for obvious reasons.
 
Back
Top