Easy Tutorial
❮ Control Panel Mvc Folders ❯

ASP.NET PlaceHolder Control



Definition and Usage

The PlaceHolder control is used to reserve space for controls added through code.

Note: The PlaceHolder does not produce any visible output (it merely serves as a container for other controls on the web page).


Properties

Property Description
runat Specifies that the control is a server control. Must be set to "server".

Web Control Standard Properties

For a complete description, please visit Web Control Standard Properties.

Control Standard Properties

For a complete description, please visit Control Standard Properties.


❮ Control Panel Mvc Folders ❯