© Robert E. Beasley 2020
R. E. BeasleyEssential ASP.NET Web Forms Developmenthttps://doi.org/10.1007/978-1-4842-5784-5_22

22. Multiple-Row Database Table Maintenance

Robert E. Beasley1 
(1)
Franklin, IN, USA
 

22.1 Introduction

Many modern Web applications require pages that maintain database table data. Such table maintenance implies the addition of new rows of table data and the modification and deletion of existing rows of table data. Although it is sometimes appropriate to display a single row of data when maintaining table data, there are other times when it is better to display several rows of data simultaneously. Displaying several rows of data on a page is most appropriate when the table being maintained contains few enough attributes that those ...

Get Essential ASP.NET Web Forms Development: Full Stack Programming with C#, SQL, Ajax, and JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.