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
)
Public Overrides Function FindControl (
id As String
) As Control
Parameters
- id
- Type: SystemString
The identifier for the control to be found.
Return Value
Type:
ControlThe specified control, or null if the specified control does not exist.
See Also