TechTalk Genome v4.2

EnumDropDownField.BindDropDown Method 

Performs data-binding for the drop-down list control with the specified data item.

protected override void BindDropDown(
   DropDownList list,
   object dataItem
);

Parameters

list
The drop-down list control that is to be data-bound.
dataItem
The current data item that is to be used in the binding.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

EnumDropDownField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace