Click or drag to resize

DivWidgetBaseAddLabelledControlGroupBoot Method

Creates a Bootstrap "form-group" with a label and single control associated with that label and adds the "form-group" to the provided container.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void AddLabelledControlGroupBoot(
	WebControl container,
	Label lbl,
	WebControl ctrl
)

Parameters

container
Type: System.Web.UI.WebControlsWebControl
The container to which to add.
lbl
Type: System.Web.UI.WebControlsLabel
The label.
ctrl
Type: System.Web.UI.WebControlsWebControl
The control (e.g. a TextBox).
See Also