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