| FilterWidgetBaseAddFilterRadio Method (ListControl, String, String) | 
 
            Add a single radio button item to the specified RadioButtonList.
            
 
    Namespace: 
   NetQuarry.Data.WebMappers
    Assembly:
   EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxprotected ListItem AddFilterRadio(
	ListControl radios,
	string text,
	string val
)
Protected Function AddFilterRadio ( 
	radios As ListControl,
	text As String,
	val As String
) As ListItem
Parameters
- radios
- Type: System.Web.UI.WebControlsListControl
 The RadioButtonList to which to add.
- text
- Type: SystemString
 The text to use for the item.
- val
- Type: SystemString
 The value to ues for the item.
Return Value
Type: 
ListItemThe newly added radio button item.
 See Also
See Also