AutoComplete for ASP.NET Web Forms
Step 1 of 3: Add C1AutoComplete to the Page
Quick Start > Step 1 of 3: Add C1AutoComplete to the Page

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:

  1. From the Visual Studio File menu select New Project. The New Project dialog box will appear.
  2. 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.
  3. In the Solution Explorer, right-click the project and choose Add Reference.
  4. 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.
  5. 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.