TechTalk Genome v4.2

ReferenceQueryField.BindListToSource Method 

Binds the data source of the drop-down list control.

protected virtual void BindListToSource(
   DropDownList list,
   Type fieldType,
   bool addNaO
);

Parameters

list
The DropDownList control that needs to be bound.
fieldType
The Type of the persistent reference bound to the field.
addNaO
Specifies whether to add a NotAnObject entry to the drop-down list.

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

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