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