Click or drag to resize

ControlHelper Methods

The ControlHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEnsureCssClassPresent
Ensures that control has cssClass in its CssClass property.
Public methodStatic memberGetControlById(String)
Finds the control on the current Page with the given controlId.
Public methodStatic memberGetControlById(ControlCollection, String)
Finds the control in controls (and their descendants) with the given controlId.
Public methodStatic memberGetControlById(Page, String)
Finds the control on page with the given controlId.
Top
See Also