ComponentOne AppView for ASP.NET WebForms
Elements / C1AppView / The Content Page
In This Topic
    The Content Page
    In This Topic

    The content page appears on the right side of the C1AppView application. The content page displays the content you have set within the <DefaultContent> tags. You can see the markup used to set content in the sample below:

    To write code in Source View

    <cc1:C1AppView ID="C1AppView1" runat="server" WijmoControlMode="Mobile">
           <DefaultContent>
                  <p>
                  This application was built with Wijmo, jQuery Mobile. Learn more about Wijmo at <a href="http://wijmo.com">http://wijmo.com</a>.
                  </p>
           </DefaultContent>
    </cc1:C1AppView>

    You can display any content in the content page, including other controls.