'Declaration Public Overrides Function FindControl( _ ByVal id As System.String _ ) As System.Web.UI.Control
public override System.Web.UI.Control FindControl( System.string id )
Parameters
- id
- The identifier for the control to be found.
Return Value
The specified control, or null if the specified control does not exist.