ComponentOne ListView for ASP.NET Web Forms
Quick Start / Step 1 of 3: Add a C1ListView Control to the Page
In This Topic
    Step 1 of 3: Add a C1ListView Control to the Page
    In This Topic

    This step will walk you through creating a new application in Visual Studio and adding a C1ListView control to the page.

    1. From the Visual Studio File menu, select New | Project. The New Project dialog box will appear.
      1. Select a language in the left-hand pane.
      2. Choose ASP.NET Empty Web Application in the right pane.
      3. Enter a name for your application and select OK. A new application will be created.
    2. In the Solution Explorer, right-click the References folder and select Add Reference.
    3. In the Add Reference dialog box, select Browse to locate and select the C1.Web.Wijmo.Controls.dll assembly and the C1.Web.Wijmo.Controls.Design.dll assembly and click OK.
    4. In Design View, locate the C1ListView control in the Visual Studio Toolbox and double-click to add it to the page. The markup will resemble the following:
      <cc1:C1ListView></cc1:C1ListView>

    In this step you created a new Visual Studio project, added reference assemblies to your project, and added a C1ListView control to your application. In the next step, you will add different types of C1ListViewItems to your C1ListView control.

    See Also