ControlHelperGetControlById Method |
| Name | Description | |
|---|---|---|
| GetControlById(String) |
Finds the control on the current Page with the given controlId.
| |
| GetControlById(ControlCollection, String) |
Finds the control in controls (and their descendants) with the given controlId.
| |
| GetControlById(Page, String) |
Finds the control on page with the given controlId.
|