PowerWEB LiveControls for ASP.NET
LivePlaceHolder Class
Members  See Also  Send comments on this topic.
Dart.LiveControls Namespace : LivePlaceHolder Class



A container to store dynamically added server controls on the Web page.

Syntax

Visual Basic (Declaration) 
<LicenseProviderAttribute(System.ComponentModel.LicenseProvider)>
Public Class LivePlaceHolder 
   Inherits System.Web.UI.WebControls.PlaceHolder
   Implements ILiveControl 
Visual Basic (Usage)Copy Code
Dim instance As LivePlaceHolder
C# 
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public class LivePlaceHolder : System.Web.UI.WebControls.PlaceHolder, ILiveControl  
C++/CLI 
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public ref class LivePlaceHolder : public System.Web.UI.WebControls.PlaceHolder, ILiveControl  

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.PlaceHolderClass.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.PlaceHolder
         Dart.LiveControls.LivePlaceHolder

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.