Nevron.Examples.Framework.WebForm Namespace / WebExamplesUtilities Class / GetPercentFromCombo Method


In This Topic
    GetPercentFromCombo Method
    In This Topic
    Syntax
    '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
    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