Control.FindControl Method
.NET Framework (current version)
Searches the current naming container for the specified server control.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | FindControl(String) | Searches the current naming container for a server control with the specified id parameter. |
![]() | FindControl(String, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Searches the current naming container for a server control with the specified id and an integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the FindControl method. |
Show:

