In this step you'll change the appearance and behavior of the search box you created in the last step. Complete the following steps to customize your AutoComplete for ASP.NET Web Forms search box:
C1AutoCompleteDataItem | Label | Value |
---|---|---|
C1AutoCompleteItem2 | java | java |
C1AutoCompleteItem3 | php | php |
C1AutoCompleteItem4 | coldfusion | coldfusion |
C1AutoCompelteItem5 | javascript | javascript |
C1AutoCompleteItem6 | asp | asp |
C1AutoCompleteItem7 | ruby | ruby |
C1AutoCompleteItem8 | python | python |
C1AutoCompleteItem9 | c | c |
C1AutoCompleteItem10 | scala | scala |
C1AutoCompleteItem11 | groovy | groovy |
C1AutoCompleteItem12 | haskell | haskell |
C1AutoCompleteItem13 | perl | perl |
Click OK when you have finished entering the above values. These C1AutoCompleteItems are the items which will complete a user's search.
You've completed step two of the AutoComplete for ASP.NET Web Forms quick start guide. In the next step you'll run the project.