Click or drag to resize

ControlHelperGetControlById Method

Overload List
  NameDescription
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