Dynamicweb 8 Documentation
SelectItemInDropDownByValue Method (AddInSelector)

The d list.
The selected value.
Selects the item in drop down by value.
Syntax
'Declaration
 
Public Sub SelectItemInDropDownByValue( _ 
   ByVal dList As DropDownList, _ 
   ByVal selectedValue As String _ 
) 
public void SelectItemInDropDownByValue( 
   DropDownList dList,
   string selectedValue 
)

Parameters

dList
The d list.
selectedValue
The selected value.
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

AddInSelector Class
AddInSelector Members

Send Feedback