Click or drag to resize

FilterWidgetBaseCreateRadios Method

Create a set of radio buttons.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected RadioButtonList CreateRadios(
	string id
)

Parameters

id
Type: SystemString
The control ID.

Return Value

Type: RadioButtonList
The newly created radio buttons.
See Also