Xml.FindControl Method (String)
.NET Framework (current version)
Searches the page naming container for the specified server control.
Assembly: System.Web (in System.Web.dll)
Parameters
- id
-
Type:
System.String
The identifier for the control to be found.
Return Value
Type: System.Web.UI.ControlThe specified control; otherwise, null if the specified control does not exist.
.NET Framework
Available since 2.0
Available since 2.0
Show: