Click or drag to resize

FieldKernelCreateControl Method

Create a WebControl for the field based on CellType, flags, and other settings.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected WebControl CreateControl(
	ControlCreationFlags nFlags,
	string sID,
	string sValue
)

Parameters

nFlags
Type: NetQuarry.DataControlCreationFlags
Flags controlling control creation.
sID
Type: SystemString
The ID to use for the control, if null or blank, the field's ControlName is used.
sValue
Type: SystemString
The control's initial value.

Return Value

Type: WebControl
The newly created WebControl.
See Also