ComponentOne Extender Controls for ASP.NET Web Forms
ComponentOne Extender Controls for ASP.NET Wijmo Overview / Adding the Extender Controls
In This Topic
    Adding the Extender Controls
    In This Topic

    When you open Visual Studio, you will notice a ASP.NET Web Forms Projects tab containing the ComponentOne controls that have automatically been added to the Toolbox.

    Note that you can manually add ComponentOne controls to the Toolbox at a later time.

    Manually Adding the ASP.NET Web Forms Edition controls to the Toolbox

    When you install ComponentOne Studio ASP.NET Web Forms Edition, the following Wijmo extender controls will appear in the Visual Studio Toolbox customization dialog box:

    C1AccordionExtender

    C1BarChartExtender

    C1BubbleChartExtender

    C1ButtonExtender

    C1CalendarExtender

    C1CarouselExtender

    C1CheckboxExtender

    C1ComboBoxExtender

    C1CompositeChartExtender

    C1DialogExtender

    C1DropdownExtender

    C1EditorExtender

    C1ExpanderExtender

    C1GalleryExtender

    C1GridExtender

    C1InputDateExtender

    C1InputMaskExtender

    C1InputNumberExtender

    C1LightBoxExtender

    C1LinearGaugeExtender

    C1LineChartExtender

    C1ListExtender

    C1MenuExtender

    C1PagerExtender

    C1PieChartExtender

    C1ProgressBarExtender

    C1RadialGaugeExtender

    C1RadioExtender

    C1RatingExtender

    C1ScatterChartExtender

    C1SliderExtender

    C1SplitterExtender

    C1SuperPanelExtender

    C1TabsExtender

    C1TextboxExtender

    C1TooltipExtender

    C1TreeExtender

    C1UploadExtender

    C1VideoExtender

    C1WizardExtender

    To manually add the ASP.NET Web Forms Edition controls to the Visual Studio Toolbox:

    1. Open the Visual Studio IDE (Microsoft Development Environment). Make sure the Toolbox is visible (select Toolbox in the View menu if necessary) and right-click it to open the context menu.
    2. To make the ASP.NET Web Forms Edition components appear on their own tab in the Toolbox, select Add Tab from the context menu and type in the tab name, ASP.NET Web Forms Edition, for example.
    3. Right-click the tab where the component is to appear and select Choose Items from the context menu. The Choose Toolbox Items dialog box opens.
    4.  In the dialog box, select the .NET Framework Components tab. Sort the list by Namespace (click the Namespace column header) and check the check boxes for all components belonging to namespace C1.Web.Wijmo.Extenders. Note that there is more than one component for this namespace.
    5. Click OK to close the dialog box. The controls are added to the Visual Studio Toolbox.

    Adding ASP.NET Web Forms Edition Controls to the Form

    To add ASP.NET Web Forms Edition controls to a form:

    1. Add them to the Visual Studio Toolbox.
    2. Double-click each control or drag it onto your form.

    Adding a Reference to the Assembly

    To add a reference to the C1.Web.Wijmo.Controls.3 or C1.Web.Wijmo.Controls.4 assembly:

    1. Select the Add Reference option from the Website menu of your Web Site project or from the Project menu of your Web Application project.
    2. Select the most recent version of the ASP.NET Web Forms Edition assembly from the list on the NET tab or browse to find the C1.Web.Wijmo.Extenders.3.dll or C1.Web.Wijmo.Extenders.4.dll file and click OK.
    3. Select the Form1.vb tab or go to View|Code to open the Code Editor. At the top of the file, add the following Imports directive (using in C#):

    Imports C1.Web.Wijmo.Extenders  

    This makes the objects defined in the C1.Web.Wijmo.Controls.3(4) assembly visible to the project. See Namespaces for more information.