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


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