Searches the current naming container for a server control with the specified id parameter.
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public override Control FindControl( string id ) |
Visual Basic |
---|
Public Overrides Function FindControl ( _ id As String _ ) As Control |
Parameters
- id
- Type: System..::..String
The identifier for the control to be found.