Table of Contents

Class ProvinceComboBox

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class ProvinceComboBox : ComboBox, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IHasEmptyMessage
Inheritance
ProvinceComboBox
Implements
Inherited Members

Constructors

ProvinceComboBox()

public ProvinceComboBox()

Properties

Country

public string Country { get; set; }

Property Value

string

CountryControl

public string CountryControl { get; set; }

Property Value

string

OnlyCanada

public bool OnlyCanada { get; set; }

Property Value

bool

OnlyCanadaAndUnitedStates

public bool OnlyCanadaAndUnitedStates { get; set; }

Property Value

bool

UseCodeAsValue

public bool UseCodeAsValue { get; set; }

Property Value

bool

Methods

CreateDataSource()

protected override ListItemArray CreateDataSource()

Returns

ListItemArray

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs