System.Web.UI.WebControls Namespace
A container to store dynamically added server controls on the Web page.
Visibility |
Constructor |
Parameters |
public |
PlaceHolder |
( )
|
|
Use the PlaceHolder control as a container to store dynamically added server controls to the Web page. The PlaceHolder control does not produce any visible output and is only used as a container for other controls on the Web page. You can use the Control.Controls collection to add, insert, or remove a control from the PlaceHolder control.