System.Web.UI.WebControls.RadioButtonList: Method Members

The methods of System.Web.UI.WebControls.RadioButtonList are listed below. For a list of all members, see the RadioButtonList Members list.

See Also: Inherited members from System.Web.UI.WebControls.ListControl

Protected Methods

override
CreateControlStyle() : Style

Creates a style object that is used internally by the System.Web.UI.WebControls.RadioButtonList control to implement all style-related properties.

override
FindControl(string, int) : System.Web.UI.Control

Searches the current naming container for a server control with the specified ID and path offset. The RadioButtonList.FindControl(string, int) method always returns the System.Web.UI.WebControls.RadioButtonList object.

GetItemStyle(ListItemType, int) : Style

Retrieves the style of the specified item type at the specified index in the list control.

LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool

Processes the posted data for the System.Web.UI.WebControls.RadioButtonList control.

RaisePostDataChangedEvent()

Notifies the ASP.NET application that the state of the System.Web.UI.WebControls.RadioButtonList control has changed.

override
Render(System.Web.UI.HtmlTextWriter)

Displays the System.Web.UI.WebControls.RadioButtonList control on the client.

RenderItem(ListItemType, int, RepeatInfo, System.Web.UI.HtmlTextWriter)

Renders a list item in the System.Web.UI.WebControls.RadioButtonList control.