Control.FindControl Method (String, Int32)
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
Protected Overridable Function FindControl ( id As String, pathOffset As Integer ) As Control
Parameters
- id
-
Type:
System.String
The identifier for the control to be found.
- pathOffset
-
Type:
System.Int32
The number of controls up the page control hierarchy needed to reach a naming container.
Return Value
Type: System.Web.UI.ControlThe specified control, or null if the specified control does not exist.
.NET Framework
Available since 1.1
Available since 1.1
Show: