ListView.FindPlaceholder Method (String, Control)
.NET Framework (current version)
Searches the specified container for a control that has the specified identifier.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Protected Overridable Function FindPlaceholder ( containerID As String, container As Control ) As Control
Parameters
- containerID
-
Type:
System.String
The identifier for the control to be found.
- container
-
Type:
System.Web.UI.Control
The container to be searched.
Return Value
Type: System.Web.UI.ControlThe specified control, or null if the specified control cannot be found.
.NET Framework
Available since 3.5
Available since 3.5
Show: