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 Class

The HtmlInputRadioButton class defines the methods, properties, and events for the HtmlInputRadio control. This class allows programmatic access to the HTML <input type= radio> element on the server.

Object
   Control
      HtmlControl
         HtmlInputControl
            HtmlInputRadioButton

[Visual Basic]
Public Class HtmlInputRadioButton
   Inherits HtmlInputControl
   Implements IPostBackDataHandler
[C#]
public class HtmlInputRadioButton : HtmlInputControl,
   IPostBackDataHandler
[C++]
public __gc class HtmlInputRadioButton : public HtmlInputControl,
   IPostBackDataHandler
[JScript]
public class HtmlInputRadioButton extends HtmlInputControl,
   IPostBackDataHandler

Remarks

Web Forms developers can group radio buttons together by specifying a common Name attribute on each radio button control that they want to include in the group.

Requirements

Namespace: System.Web.UI.HtmlControls

Assembly: System.Web.dll

See Also

HtmlInputRadioButton Members | System.Web.UI.HtmlControls Namespace