TechTalk Genome v4.2

GenomeReferenceField.BindListToSource Method 

Binds the datasource of the drop-down list control.

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

Parameters

list
The DropDownList control that is to be bound.
fieldType
The Type of the persistent reference bound to the field.
addNaO
Specifies whether a NotAnObject entry should be added 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

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