Setting RadioButton properties (ASP.NET)

Setting RadioButton properties (ASP.NET)

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

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

You can let the server determine which RadioButton in a group is selected. At runtime, the server compares each checked value you specified to a value in a DataSet. If the values match, then the server checks the RadioButton.

To let the server select a RadioButton in a group at runtime:

  1. Select the Dynamic option on the Properties inspector.
  2. Complete the Dynamic Radio Group 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