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