Please, tell me how to delete row in gridview. I have enabled AutoGenerateDeleteButton=true, but when i click delete it generates runtime error and throws exception.
it shows the following error, like this:
“The GridView ‘GridView1’ fired event RowDeleting which wasn’t handled. ”
Please help resolve it.