Dynamicweb 8 Documentation
SelectItemInRadioListByValue Method

Select item in radio list by value
Syntax
'Declaration
 
Public Sub SelectItemInRadioListByValue( _ 
   ByVal rList As RadioButtonList, _ 
   ByVal selectedValue As String _ 
) 
public void SelectItemInRadioListByValue( 
   RadioButtonList rList,
   string selectedValue 
)

Parameters

rList
selectedValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RadioParameterEditor Class
RadioParameterEditor Members

Send Feedback