PlaceHolder Web Server Control
The ASP.NET PlaceHolder Web server control enables you to place an empty container control in the page and then dynamically add child elements to it at run time. The following topics provide information on working with the PlaceHolder Web server control.
In This Section
Related Sections
- ASP.NET Web Server Controls Overview
Provides general information on working with ASP.NET Web server controls.
- Individual ASP.NET Web Server Controls
Provides information on other Web server controls.
- Literal Web Server Control
Provides information on another Web server control that enables you to insert markup into the page programmatically.