2 Ways to Confirm Deletion in an ASP.NET GridView

Amgad Suliman | 20/01/2009 | 1 Comments

When a GridView is used to display and manipulate data, the Delete button can be displayed next to each record to easily delete a single record, or at the bottom of the GridView to delete multiple records at once. I will show in this post 2 ways to implement the former.

Filed Under: ASP.NET