Click or drag to resize

ThinDetailFindControl Method (String)

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

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override Control FindControl(
	string id
)

Parameters

id
Type: SystemString
The identifier for the control to be found.

Return Value

Type: Control
The specified control, or null if the specified control does not exist.
See Also