Building pages to update a record (ASP.NET)
Your application can contain a set of pages that lets users update existing records in a database table. The pages normally consist of a search page, a results page, and an update page. The search and results page let users retrieve the record and the update page lets users modify the record.
This section describes the steps to build pages to update a record:
- Searching for the record to update (ASP.NET)
- Opening the update page and passing the record ID (ASP.NET)
- Retrieving the record to update (ASP.NET)
- Completing the update page in one operation (ASP.NET)
- Completing the update page block by block (ASP.NET)
Related topics
- Building a record insert page (all servers)
- Building pages to delete a record (ASP.NET)