G
Guest
I have a c# program that uses the bindingnavigator control. It works fine,
but I want to add the ability for a user to change his mind after clicking
'delete' to delete a record. So if the user clicks delete I want to show a
message box that says are you sure, and then stop the delete if the user
wants to. I've places a messagebox.show in rowdeleteing, but when you say no,
it deletes anyway.
Where can I trap the delete and stop it?
but I want to add the ability for a user to change his mind after clicking
'delete' to delete a record. So if the user clicks delete I want to show a
message box that says are you sure, and then stop the delete if the user
wants to. I've places a messagebox.show in rowdeleteing, but when you say no,
it deletes anyway.
Where can I trap the delete and stop it?