Step 1 of 5: Adding C1NavPanel to the Page
In this topic you will add a C1NavPanel control to the page.
1. Begin by creating an ASP.NET AJAX-Enabled Web Site. Note that if using Visual Studio 2008, you must add a ScriptManager control to the form. If using Visual Studio 2005, the ScriptManager control is automatically added to the form.
2. While in Design view, navigate to the Visual Studio Toolbox and double-click the C1NavPanel control to add it to your form.

Note: If the control is not appearing correctly, make sure you have a reference to the C1.Web.UI.Design.2.dll installed with the product in your project.
|