ComponentOne SuperPanel for ASP.NET AJAX: Super Panel for ASP.NET AJAX Appearance > Content Template

Content Template

C1SuperPanel provides a content template so you can drag controls like other panel controls to the C1SuperPanel control. You can modify the content template using the ContentTemplate property.

You can enter text in the content area of the SuperPanel at design time. When you enter text into the content area, C1SuperPanel adds a <ContentTemplate> tag inside the <cc1:C1SuperPanel> tag like the following:

 

<cc1:C1SuperPanel ID="C1SuperPanel1" runat="server"VisualStylePath="~/C1WebControls/VisualStyles">

            <ContentTemplate>

                This is where the content information is placed.

            </ContentTemplate>

        </cc1:C1SuperPanel>

For more information about creating a content template, see the topic Creating a Content Template.


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.