This documentation is archived and is not being maintained.
Control.FindControl Method (String, Int32)
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Overloads Protected Overridable Function FindControl( _ ByVal id As String, _ ByVal pathOffset As Integer _ ) As Control [C#] protected virtual Control FindControl( string id, int pathOffset ); [C++] protected: virtual Control* FindControl( String* id, int pathOffset ); [JScript] protected function FindControl( id : String, pathOffset : int ) : Control;
See Also
Control Class | Control Members | System.Web.UI Namespace | Control.FindControl Overload List
Show: