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


In This Topic
    FillComboWithFloatValues Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub FillComboWithFloatValues( _
       ByVal dropDownList As System.Web.UI.WebControls.DropDownList, _
       ByVal min As System.Single, _
       ByVal max As System.Single, _
       ByVal step As System.Single _
    ) 
    'Usage
     
    
    Dim dropDownList As System.Web.UI.WebControls.DropDownList
    Dim min As System.Single
    Dim max As System.Single
    Dim step As System.Single
     
    WebExamplesUtilities.FillComboWithFloatValues(dropDownList, min, max, step)
    public static void FillComboWithFloatValues( 
       System.Web.UI.WebControls.DropDownList dropDownList,
       System.float min,
       System.float max,
       System.float 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