Oracle Magazine Special offer for AjaxImpact.com Visitors!! Subscribe to Oracle Magazine for Free!
AJAX IMPACT


TUTORIALS
AutoSuggestBox: Adding `Google Suggest` functionality to an ASP.NET application
12/01/2005 By Niraj Sharma


The purpose of this article is to show how to use the free AutoSuggestBox control to add 'Google Suggest' functionality to your ASP.NET application. There are plenty of articles available on the internet that explains how to do it, but there is usually just a lot of theory and not much code that you can easily add to your application. AutoSuggestBox encapsulates all the complex functionality and only requires developers to specify the data source for loading the auto-suggest menu.

AutoSuggestBox is a custom control written in C# that makes it simple to add 'Google Suggest'-like functionality to your web applications. It supports C# and VB.NET and works in Internet Explorer as well as in Firefox. This control utilizes AJAX to retrieve data without refreshing the whole page. Developers can use CSS to adjust the look and feel of the control on the web page.



Features:

  • Easy to add to your existing ASP.NET applications.
  • 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.

    Visit AutoSuggestBox

       Read Full Tutorial

     Rate this Ajax Tutorials
    Error connecting to mysql