DivWidgetBaseAddSingleControlGroupBoot Method |
Creates a Bootstrap "form-group" with a single control
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 AddSingleControlGroupBoot(
WebControl container,
Control ctrl,
string cssClass = null
)
Protected Sub AddSingleControlGroupBoot (
container As WebControl,
ctrl As Control,
Optional cssClass As String = Nothing
)
Parameters
- container
- Type: System.Web.UI.WebControlsWebControl
The container to which to add. - ctrl
- Type: System.Web.UIControl
The control (e.g. a TextBox). - cssClass (Optional)
- Type: SystemString
Optional CssClass(es) to be added to the "form-group".
See Also