'Declaration
Public Shared Sub FillComboWithValues( _ ByVal dropDownList As System.Web.UI.WebControls.DropDownList, _ ByVal min As System.Integer, _ ByVal max As System.Integer, _ ByVal step As System.Integer _ )
'Usage
Dim dropDownList As System.Web.UI.WebControls.DropDownList Dim min As System.Integer Dim max As System.Integer Dim step As System.Integer WebExamplesUtilities.FillComboWithValues(dropDownList, min, max, step)
public static void FillComboWithValues( System.Web.UI.WebControls.DropDownList dropDownList, System.int min, System.int max, System.int step )
Parameters
- dropDownList
- min
- max
- step