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

21. Single-Row Database Table Maintenance

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

21.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 several rows of data simultaneously when maintaining table data, there are other times when it is better to display a single row of data. Displaying a single row of data on a page is most appropriate when the table being maintained contains so many attributes that those attributes ...

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.