C1MultiPage is a control that manages a collection of page fragments, only one page is displayed at a time.

Namespace:  C1.Web.UI.Controls.C1MultiPage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DesignerAttribute("C1.Web.UI.Design.C1MultiPageDesigner, C1.Web.UI.Design.2")]
[ParseChildrenAttribute(true)]
[LicenseProviderAttribute]
[ToolboxBitmapAttribute(typeof(C1MultiPage), "C1MultiPage.png")]
[ToolboxDataAttribute("<{0}:C1MultiPage width=300px height=250px runat=server></{0}:C1MultiPage>")]
public class C1MultiPage : C1ThemeableControl, 
	INamingContainer, IPostBackDataHandler, IPostBackEventHandler
Visual Basic (Declaration)
<DesignerAttribute("C1.Web.UI.Design.C1MultiPageDesigner, C1.Web.UI.Design.2")> _
<ParseChildrenAttribute(True)> _
<LicenseProviderAttribute> _
<ToolboxBitmapAttribute(GetType(C1MultiPage), "C1MultiPage.png")> _
<ToolboxDataAttribute("<{0}:C1MultiPage width=300px height=250px runat=server></{0}:C1MultiPage>")> _
Public Class C1MultiPage _
	Inherits C1ThemeableControl _
	Implements INamingContainer, IPostBackDataHandler, IPostBackEventHandler

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      C1ThemeableControl
        C1.Web.UI.Controls.C1MultiPage..::..C1MultiPage

See Also