.NET Framework Class Library
Control..::.FindControl Method
Searches the current naming container for the specified server control.
|
| Name | Description |
|---|
.gif) | FindControl(String) | Searches the current naming container for a server control with the specified id parameter. |
.gif) | FindControl(String, Int32) | Infrastructure. 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. |
Top
Reference