Verify Delete Button
I've created a GridView array with a "Delete" Button. I would like to insert a confirmation message to the user that they are about to delete this record - Continue Yes or No. I thought that there might be a jQuery function such as an extention to the "alert" function that could do this but I have not been able to find such a function. I would want it to process on the client and not have to come back to the server. Do you have any suggestions?
|