Building a database search page (ASP.NET)
You can use Dreamweaver to build a page that searches a database and displays the results in a DataGrid.
This section describes the steps to build a database search page:
- Adding the search controls (ASP.NET)
- Searching with only one search parameter (ASP.NET)
- Searching with multiple search parameters (ASP.NET)
- Displaying the results in a DataGrid
- Hiding the DataGrid the first time the page loads
- Creating a detail page (ASP.NET)