You can modify or remove dynamic content from a page by changing the server behavior that provides the content, or deleting the behavior altogether. For example, you can edit a recordset server behavior to return more records to the page.
Dynamic content on a page is listed in the Server Behaviors panel. For example, if you add a recordset to your page, the Server Behaviors panel lists it as follows:
Recordset(myRecordset)
If you add another recordset to your page, the Server Behaviors panel lists both recordsets as follows:
Recordset(mySecondRecordset) Recordset(myRecordset)
The dialog box you used to define the original data source appears.
You can also use the Property inspector to edit the recordsets on the page. Open the Property inspector (Window > Properties); then select the recordset in the Server Behaviors panel (Window > Server Behavior).