ListView::FindPlaceholder Method (String^, Control^)

 

Searches the specified container for a control that has the specified identifier.

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

protected:
virtual Control^ FindPlaceholder(
	String^ containerID,
	Control^ container
)

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.

This method is primarily used by control developers to extend the ListView control.

.NET Framework
Available since 3.5
Return to top
Show: