You can change the dynamic content on your page by editing the server behavior that provides the content. For example, you can edit a recordset server behavior to provide more records to your 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
)