home   documentation   download   contact us

Home of AutoSuggestBox - Google Suggest-like control for ASP.NET

News
03.23.2006 Version 1.5.3 of AutoSuggestBox has been released.
See release notes here
Download it here
01.24.2006 Article about AutoSuggestBox wins "Best Article Award" for December 2005 on www.codeproject.com
See it here

AutoSuggestBox Features
  • Easy to add to your existing ASP.NET applications.
    See instructions here.
  • Derived from asp:TextBox control. Can use all Validators compatible with TextBox.
  • Utilizes AJAX to retrieve data from the server without reloading the page.
  • Use up/down keys or mouse to select appropriate item in auto-complete box.
  • Customize the look of auto-complete box using CSS.
  • Allows for multiple AutoSuggestBoxes on one page.
  • Supports IE and FireFox.
  • All code is included.
  • Totally free.

Example
Start typing the city in the following text box.
As you type -- you will see auto complete box filled with suggested cities. When you click 'submit' the value in control will be validated, then internal value associated with selected suggestion will be displayed

City:





Websites using AutoSuggestBox
Travelope suggests airports and cities for finding best travel deals.