ASP.NET PlaceHolder Control
Definition and Usage
The PlaceHolder control is used to reserve space for controls added to the code.
Note:PlaceHolder does not produce any visible output (it is just a container for other controls on the web page).
Property
Property | Description | .NET |
---|---|---|
runat | Specifies that the control is a server. Must be set to "server". | 1.0 |
Web Control Standard Properties
AccessKey, Attributes, BackColor, BorderColor, BorderStyle, BorderWidth, CssClass, Enabled, Font, EnableTheming, ForeColor, Height, IsEnabled, SkinID, Style, TabIndex, ToolTip, Width
For a complete description, please visit Web Control Standard Properties.
Control Standard Properties
AppRelativeTemplateSourceDirectory, BindingContainer, ClientID, Controls, EnableTheming, EnableViewState, ID, NamingContainer, Page, Parent, Site, TemplateControl, TemplateSourceDirectory, UniqueID, Visible
For a complete description, please visitControl Standard Properties.