Displaying the data to be deleted (ASP and JSP)

Displaying the data to be deleted (ASP and JSP)

After retrieving the record to delete (see Retrieving the record to delete (ASP and JSP)), it’s good practice to display the record before the user deletes it to confirm that the user wants to delete it.

To add a read-only display of the record to be deleted:

  1. Make sure you defined a recordset to hold the record the user wants to delete.

    For more information, see Retrieving the record to delete (ASP and JSP).

  2. Drag a recordset column from the Bindings panel (Window > Bindings) to the page.

    Dynamic content appears on the page. You can drop the dynamic content on the page as is, or you can drop it in an HTML table. For more information, see Making text dynamic.

The next step in building a page to delete records is to send the delete command to the server. See Displaying the data to be deleted (ASP and JSP).



Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Developing Applications Rapidly
Building ColdFusion Applications Rapidly
Building ASP.NET Applications Rapidly
Building ASP and JSP Applications Rapidly