Xml.FindControl Method (String)

 
Use BaseTrue

Searches the page naming container for the specified server control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Public Overrides Function FindControl (
	id As String
) As Control

Parameters

id
Type: System.String

The identifier for the control to be found.

Return Value

Type: System.Web.UI.Control

The specified control; otherwise, null if the specified control does not exist.

.NET Framework
Available since 2.0
Return to top
Show: