After you define a recordset or other data source, and add it to the Bindings panel, you can insert the dynamic content the recordset represents into the page. The Dreamweaver menu-driven interface makes adding dynamic content elements as easy as selecting a dynamic content source from the Bindings panel, and inserting it into an appropriate text, image, or form object within the current page.
When you insert a dynamic content element or other server behavior into a page, Dreamweaver inserts a server-side script into the pages source code. This script instructs the server to retrieve data from the defined data source and render it within the web page.
Insert it into an HTML attribute. For example, dynamic content can define the src attribute of an image or the value attribute of a form field.
For detailed procedures on adding dynamic content to a page, see the following chapters: