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.
- From the Visual Studio File menu, select New | Project. The New Project dialog box will appear.
- Select a language in the left-hand pane.
- Choose ASP.NET Empty Web Application in the right pane.
- Enter a name for your application and select OK. A new application will be created.
- In the Solution Explorer, right-click the References folder and select Add Reference.
- 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.
- 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