Skip to main content

Single-Row Database Table Maintenance

  • Chapter
  • First Online:
Essential ASP.NET Web Forms Development
  • 1266 Accesses

Abstract

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 cannot be displayed comfortably across the page (i.e., horizontally without the attributes disappearing off the page).

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 59.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 79.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    All property, method, and event descriptions were taken directly from Microsoft’s official documentation. The event handler methods used to handle the events of this class were omitted to conserve space. See the reference for all of the methods of this class.

  2. 2.

    If the product’s image file is deleted from the hard drive and the database table delete is unsuccessful, the product will still exist in the Product table, but the image file will no longer exist on the hard drive. Thus, a more sophisticated approach to keeping the two in sync may be necessary.

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2020 Robert E. Beasley

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Beasley, R.E. (2020). Single-Row Database Table Maintenance . In: Essential ASP.NET Web Forms Development. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-5784-5_21

Download citation

Publish with us

Policies and ethics