'Declaration
Public Shared Sub FillComboWithPredefinedProjections( _ ByVal dropDownList As System.Web.UI.WebControls.DropDownList _ )
'Usage
Dim dropDownList As System.Web.UI.WebControls.DropDownList WebExamplesUtilities.FillComboWithPredefinedProjections(dropDownList)
public static void FillComboWithPredefinedProjections( System.Web.UI.WebControls.DropDownList dropDownList )
Parameters
- dropDownList