Setting CheckBox properties (ASP.NET)

Setting CheckBox properties (ASP.NET)

Use this Property inspector to set the properties of the form control.

For more information on ASP.NET CheckBox properties, see the documentation on the Microsoft website at http://msdn.microsoft.com/library/en-us/cpgenref/html/cpconcheckboxwebservercontrol.asp.

You can let the server determine whether the CheckBox control is selected. At runtime, the server compares a value you specified to a value in a DataSet. If the values match, then the server selects the checkbox.

To let the server determine the state of the CheckBox at runtime:

  1. Select the Dynamic option on the Properties inspector.
  2. Complete the Dynamic CheckBox dialog box.

    For instructions, click the Help button in the dialog box.



Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Developing Applications Rapidly
Building ColdFusion Applications Rapidly
Building ASP.NET Applications Rapidly
Reference
Building ASP and JSP Applications Rapidly