您的位置:首页 > 编程语言 > ASP

Web Server Controls->ASP.NET PlaceHolder Control

2007-03-27 09:48 561 查看

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

PropertyDescription
idA unique id for the control
runatSpecifies that the control is a server control. Must be set to "server"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: