Dreamweaver

Display the search results (ColdFusion, ASP, JSP, PHP)

After creating a recordset to hold the search results, you must display the information on the results page. Displaying the records can be a simple matter of dragging individual columns from the Bindings panel to the results page. You can add navigation links to move forward and backward through the recordset, or you can create a repeating region to display more than one record on the page. You can also add links to a detail page.

For more information on methods of displaying dynamic content on a page other than displaying results in a dynamic table, see Displaying database records.

  1. Place the insertion point where you want the dynamic table to appear on the results page, and select Insert > Data Objects > Dynamic Data > Dynamic Table.
  2. Complete the Dynamic Table dialog box, selecting the recordset you defined to hold the search results.
  3. Click OK. A dynamic table that displays search results is inserted on the results page.