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
)
Protected Function CreateRadios (
id As String
) As RadioButtonList
Parameters
- id
- Type: SystemString
The control ID.
Return Value
Type:
RadioButtonListThe newly created radio buttons.
See Also