System.Web.UI.HierarchicalDataSourceControl.FindControl Method

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

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public override Control FindControl (string id)

Parameters

id
The identifier for the control to be found.

Returns

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

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0