Web Server Controls->ASP.NET PlaceHolder Control

Definition and Usage

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

Note: The PlaceHolder control does not produce any visible output (it only acts as a container for other controls on the Web page).


Properties

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


posted on 2007-03-27 09:48  改变热爱  阅读(169)  评论(0)    收藏  举报

导航