After retrieving the record to delete (see Retrieving the record to delete (ASP and JSP)), its good practice to display the record before the user deletes it to confirm that the user wants to delete it.
For more information, see Retrieving the record to delete (ASP and JSP).
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).