ComponentOne SuperPanel for ASP.NET AJAX: SuperPanel for ASP.NET AJAX Quick Start > Step 1 of 4: Adding C1SuperPanel to the Page

Step 1 of 4: Adding C1SuperPanel to the Page

In this step you'll create and set up a Web site and add the C1SuperPanel control.

Complete the following steps to add C1SuperPanel control to a Web site:

1.   Create a new ASP.NET Ajax-Enabled Web site project.

Note that as you've created an AJAX-Enabled Web site, a ScriptManager control initially appears on the page.

2.   Click the Design tab to enter Design view.

3.   In the Visual Studio Toolbox, double-click the C1SuperPanel icon to add the control to your page.

By default, C1SuperPanel’s width automatically fills the page. The C1SuperPanel tags are added to your source code.

 

<cc1:C1SuperPanel ID="C1SuperPanel1" runat="server">

</cc1:C1SuperPanel>

Run your application and observe:

Click the bottom-right corner of the C1SuperPanel control and drag the mouse over the control toward the upper-left corner to reduce the size.

 

 

Notice how dashes appear as a visual cue to let you know what the size will be for C1SuperPanel once you release the mouse.

In this step you added the C1SuperPanel control to the page and observed its default behaviors at run time. In the next step of the quick start, you'll add content to C1SuperPanel.


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