NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlInputRadioButton Control

The HtmlInputRadioButton control allows developers to program against the HTML <input type=radio> element. Developers can group these controls together by specifying a name property common to all <input type=radio> elements within the group.

Note   This control does not require a closing tag.

ASP+ Syntax

Required properties are noted in boldface type.

<input
   type=radio
   runat=server
   id="programmaticID"
   checked
name="radiobuttongroup"
>

Tasks

Tracking Changes to a Radio Button

See Also

Web Forms Controls by Function | HtmlInputRadioButton Class | System.Web.UI.HtmlControls Namespace