2
Reply

Delete operation on gridview

Nilesh Avhad

Nilesh Avhad

Apr 12 2013 1:08 AM
1.2k
I have datagridview in asp.net as follows.


I set the autogenerate delete and edit button property to true. I want to set delete button to the right of the gridview and when user press the delete button a warning should be display that "Are you sure to delete?" with yes or no tabs. if user press yes then only  data should be deleted otherwise no. how i can achive this in asp.net?

Answers (2)