Step 1 of 3: Adding C1TabControl to the Page
In this topic, you will add a C1TabControl control to your project.
1. Begin by creating an ASP.NET AJAX-Enabled Web Site. Note that as you've created an ASP.NET AJAX-Enabled Web Site, a ScriptManager control initially appears on the page.
2. While in Design view, navigate to the Visual Studio Toolbox and double-click the C1TabControl control to add it to your form. The C1TabControl appears as an empty tab page.
In this step, you added a C1TabControl control to your project. In the next step, we'll add C1TabPages.
|