You can dynamically populate an ASP.NET menu control such as DropDownList or ListBox with entries from a database.
Before you begin, you must define a DataSet or other source of dynamic content for the menu. For more information, see Defining a recordset.
The form controls dialog box appears.
For more information, see the following topics:
Dreamweaver inserts the form control at the insertion point in your page. If you didnt insert a form, Dreamweaver inserts one that includes a runat="server"
attribute.