ControlHelperGetControlById Method (String)
|
Finds the control on the current
Page with the given
controlId.
Namespace:
Bootstrap.A11y.Helpers
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static Control GetControlById(
string controlId
)
Parameters
- controlId
- Type: SystemString
The control identifier to search for.
Return Value
Type:
ControlThe
Control, if found, or null.
See Also