Always wanted to build an easy solution to select multiple items from an ASP.NET DataGrid and delete them all at once like hotmail does? Well, it is built in just a few simple steps.
Deleting Records From Your Database
This tutorial will demonstrate how to delete records from the database.
IMPORTANT NOTE: The first thing you must understand is that delete is final (in other words, there’s no going back so backup your database before doing anything!)