'Declaration
Public Shared Function GetPercentFromCombo( _ ByVal dropDownList As System.Web.UI.WebControls.DropDownList, _ ByVal percentStep As System.Integer _ ) As System.Integer
'Usage
Dim dropDownList As System.Web.UI.WebControls.DropDownList Dim percentStep As System.Integer Dim value As System.Integer value = WebExamplesUtilities.GetPercentFromCombo(dropDownList, percentStep)
public static System.int GetPercentFromCombo( System.Web.UI.WebControls.DropDownList dropDownList, System.int percentStep )
Parameters
- dropDownList
- percentStep