Step 1 of 3: Add C1AutoComplete to the Page
In This Topic
In this step you'll create a new project and add an AutoComplete for ASP.NET Web Forms search box to your project. To begin the Quick Start, complete the following steps:
- From the Visual Studio File menu select New │ Project. The New Project dialog box will appear.
- In the New Project dialog box expand a language in the left-hand pane and select Web. In the right pane, choose ASP.NET Empty Web Application, enter a Name for your application, and select OK. A new application will be created.
- In the Solution Explorer, right-click the project and choose Add Reference.
- In the Add Reference dialog box, locate and select the C1.Web.Wijmo.Controls and C1.Web.Wijmo.Controls.Design assemblies and click OK. The references will be added.
- While in Design view, navigate to the Visual Studio Toolbox and double-click the C1AutoComplete icon to add a C1AutoComplete control to the page.
You've completed creating a new project and adding a C1AutoComplete search box to your project. In the next step you'll customize the search box's appearance and behavior.