System.Web.UI.Adapters.PageAdapter.GetRadioButtonsByGroup Method

Retrieves a collection of radio button controls specified by groupName.

Syntax

public virtual ICollection GetRadioButtonsByGroup (string groupName)

Parameters

groupName
A string that is the name of the System.Web.UI.WebControls.RadioButton group to retrieve.

Returns

An ICollection of System.Web.UI.WebControls.RadioButton controls that make up groupName.

Remarks

Radio button control adapters use the PageAdapter.GetRadioButtonsByGroup(string) and PageAdapter.RegisterRadioButton(System.Web.UI.WebControls.RadioButton) methods to reference the other System.Web.UI.WebControls.RadioButton controls in the group.

Requirements

Namespace: System.Web.UI.Adapters
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0