Searching for the record to delete (ASP.NET)

Searching for the record to delete (ASP.NET)

When users want to delete a record, they must first find that record in the database. Accordingly, you need a search page to work with the delete page. The user enters search criteria in the search page and selects the record from the search results displayed in a DataGrid. When the user clicks the record, the delete page opens and displays the record in an HTML form.

For instructions on creating a page to search for the record to delete, see Building a database search page (ASP.NET).

After creating the search page, the next step is to add delete buttons or hyperlinks to the DataGrid on the search page. See Creating delete links on the search page (ASP.NET).



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
Reference
Building ASP and JSP Applications Rapidly