Standard Controls[20]->PlaceHolder

The PlaceHolder control can be used as a container control within a document to dynamically load other controls. The PlaceHolder control has no HTML-based output and is used only to mark a spot for other controls that can be added to the Controls collection of the PlaceHolder during page execution. The following example illustrates adding controls to a PlaceHolder.

C# PlaceHolder1.aspx
Run Sample View Source

posted on 2007-05-14 09:35  改变热爱  阅读(128)  评论(0)    收藏  举报

导航