Click or drag to resize

FieldKernelFillPicklist Method (WebControl, PicklistFillFlags, String)

Fills a ListControl (DropDownList)

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void FillPicklist(
	WebControl ctrl,
	PicklistFillFlags flags,
	string discrimValue
)

Parameters

ctrl
Type: System.Web.UI.WebControlsWebControl
The DropDownList control
flags
Type: NetQuarry.DataPicklistFillFlags
Modifer flags
discrimValue
Type: SystemString
The discrimator value, if any.
See Also