Click or drag to resize

ControlHelperGetControlById Method (Page, String)

Finds the control on 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)
Syntax
C#
public static Control GetControlById(
	Page page,
	string controlId
)

Parameters

page
Type: System.Web.UIPage
The page to search in.
controlId
Type: SystemString
The control identifier to search for.

Return Value

Type: Control
The Control, if found, or null.
See Also