AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Performing Batch Deletes from the Database : Scott Mitchell

Sunday, September 07 2008

The preceding tutorial explored how to create a batch editing interface using a fully-editable GridView. In situations where users are commonly editing many records at once, a batch editing interface will require far fewer postbacks and keyboard-to-mouse context switches, thereby improving the end user’s efficiency. This technique is similarly useful for pages where it is common for users to delete many records in one go. Anyone who has used an online email client is already familiar with one of the most common batch deleting interfaces: a checkbox in each row in a grid with a corresponding “Delete All Checked Items” button (see Figure 1). This tutorial is rather short because we’ve already done all of the hard work in previous tutorials in creating both the web-based interface and a method to delete a series of records as a single atomic operation....

Read More:
Performing Batch Deletes from the Database : Scott Mitchell
Also See:
Save and Retrieve Images from the Database using ASP.NET 2.0 and ASP.NET 3.5 : Suprotim Agarwal
Build a Multi-Provider Async Methods Search Page : Peter A Bromberg
Using TemplateFields in the DetailsView Control : Scott Mitchell
Accessing data using Language Integrated Query (LINQ) in ASP.NET WebPages – Part 1 : Balamurali Balaji
Get the Microsoft SQL Server 2008 Feature Pack CTP (February 2008) : Microsoft

Post your comment

Comment