|
Viewing the completed pages
The web application provides the user with a list of records. If the user wants, he or she can delete any record in the list by clicking the record's Delete link..

After clicking the Delete link, the confirmation page opens and displays the record selected by the user. The page prompts the user to confirm the deletion.

When the user clicks the Confirm button, the web application deletes the record from the database.
You can also build this feature without a confirmation page. For instructions, see Deleting records without using a confirmation page.
|