Operation Manual
529
USING DREAMWEAVER
Making pages dynamic
Last updated 3/28/2012
Dreamweaver provides a point-and-click interface that makes applying dynamic content and complex behaviors to
a page as easy as inserting textual and design elements. The following server behaviors are available:
• Define a recordset from an existing database. The recordset you define is then stored in the Bindings panel.
• Display multiple records on a single page. You select either an entire table or individual cells or rows that contain
dynamic content, and specify the number of records to display on each page view.
• Create and insert a dynamic table into a page, and associate the table with a recordset. You can later modify both
the table’s appearance and the repeating region by using the Property inspector and Repeating Region Server
Behavior, respectively.
• Insert a dynamic text object into a page. The text object you insert is an item from a predefined recordset, to
which you can apply any of the data formats.
• Create record navigation and status controls, master/detail pages, and forms for updating information in a
database.
• Display more than one record from a database record.
• Create recordset navigation links that allow users to view the previous or next records from a database record.
• Add a record counter to help users keep track of how many records were returned, and where they are in the
returned result.
You can also extend Dreamweaver server behaviors by writing your own, or installing server behaviors written by
third parties.
5 Test and debug the page.
Before making a dynamic page—or an entire website—available on the web, you should test its functionality. You
should also consider how your application’s functionality might affect people with disabilities.
More Help topics
“Presenting content with tables” on page 167
“Adding and modifying images” on page 222
“Inserting SWF files” on page 239
Dynamic content sources overview
About dynamic content sources
A dynamic content source is a store of information from which you can retrieve and display dynamic content for use
in a web page. Sources of dynamic content include not only information stored in a database, but values submitted by
HTML forms, values contained in server objects, and other content sources.
Dreamweaver lets you easily connect to a database and create a recordset from which to extract dynamic content. A
recordset is the result of a database query. It extracts the specific information you request and allows you to display that
information within a specified page. You define the recordset based on the information contained in the database and
the content you want to display.
Different technology vendors may use different terminology for a recordset. In ASP and ColdFusion, a recordset is
defined as a query. If you are using other sources of data, such as user input or server variables, the name of the data
source that is defined in Dreamweaver is the same as the data source name itself.