Confirming Deletes in a DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi! Programmers,,,,,,

Scenario
I have a DataGrid with the delete button, If the user delete the row I'd
like to show a confirmation dialog box with two buttons(Yes,No). If the user
click yes the program must call my user-defined function to delete the row
from database.

The problem is I do not know how to create a confirm on deletes in a datagrid.

Can somebody help?


Thanks
Mpho
 
Back
Top