ListView::FindPlaceholder Method (String^, Control^)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Searches the specified container for a control that has the specified identifier.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
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::Control^The specified control, or null if the specified control cannot be found.
.NET Framework
Available since 3.5
Available since 3.5
Show: