Macromedia dreamweaver 8-using dreamweaver User Manual

Page of 1030
Building ASP.NET forms
895
3.
Complete the dialog box and click OK.
For more information, click the Help button on the dialog box.
Dreamweaver inserts the form control at the insertion point in your page. If you didn’t insert 
a form, Dreamweaver inserts one that includes a 
runat=”server”
 attribute.
Related topics
Making an existing ASP.NET menu dynamic
You can make an existing ASP.NET menu object dynamic. ASP.NET menu objects include 
the DropDownList and ListBox controls.
Before you begin, you must define a DataSet or other source of dynamic content for the 
menu. For more information, see 
To make an existing DropDownList or ListBox object dynamic: 
1.
In Design view, select the DropDownList or ListBox object you want to make dynamic.
2.
In the Property inspector, click the List Items button.
The List Items dialog box appears.
3.
Select the From Database option and complete the dialog box.
For more information, click the Help button on the dialog box.
Related topics
Displaying dynamic content in an ASP.NET TextBox 
control
You can display dynamic content in ASP.NET TextBox form controls.
Before you begin, you must define a DataSet or other source of dynamic content for the 
TextBox. For more information, see 
.