ComponentOne Dialog for ASP.NET Web Forms
Task-Based Help / Setting Content in the Content Area / Setting Content at Design Time
In This Topic
    Setting Content at Design Time
    In This Topic

    Showing External Content in the Content AreaYou can easily set the content in the Content Area at design time either in the Design View or in the Source View.

    Complete these steps to display content in the Content Area:

    In Design View

    Complete the following steps:

    1. Select the Dialog control in your project.
    2. Place your cursor in the Dialog Content Area.
    3. Type or paste the content you wish to have displayed in the Content Area.
    4. Press F5 to run the project.

    In Source View

    Complete the following steps:

    1. Go to the Source View for your project.
    2. After the closing <CaptionButtons/> tag, insert the following tag set:

      <Content> </Content>

    3. Type or insert your text between the <Content> tags.
    4. Press F5 to run your project to see your text in the Dialog window.