Searches the current naming container for a server control with the specified id parameter.

Namespace:  C1.Web.iPhone.C1Dialog
Assembly:  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.

Return Value

The specified control, or null if the specified control does not exist.

See Also