Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, May 18, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > AJAX > AJAX Toolkit > AutoComplete
Search:
What's New - What's Hot

Ajax autosuggest/autocomplete from database        
Total Hits: 59  |  Today: 0 Author: roscripts.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

Since google introduced the autosuggest or autocomplete search form on their toolbar everyone started looking for this piece of code to put on their websites. It's not new in the Ajax world but it's not seen as often as it should if you ask me. Why? It's hard to find good examples or examples that match everyone's needs. An Ajax autosuggest script is supposed to help the visitor and present in real time (as they type) some possible results based on their entered words/characters. In my opinion, ...

Autocomplete        
Total Hits: 16  |  Today: 0 Author: gwoo       Rating:  
Read Reviews | Write Review |              Your Rating: 

The AutocompleteComponent originally submitted by Nate to CakeForge. With a nice intro at
http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/
The full component and some sample controller and view code is here....

AutoComplete Textbox with Additional Parameters From Database        
Total Hits: 75  |  Today: 0 Author: Moderator1       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article explains the concept of the Ajax AutoComplete Textbox to fetch data from the database with additional parameter. A Textbox can be integrated with the Ajax AutoComplete Extender to perform AutoComplete functionality and it also helps to fetch data from the database. This concept is explained clearly in our previous article titled “AutoComplete From Database". This article is aimed to provide more knowledge about the AutoComplete Extender which can take some additional parameters thro...

AJAX AutoComplete/AutoSuggest TextBox        
Total Hits: 65  |  Today: 0 Author: Cassio Alves       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is an AJAX AutoSuggest ASP.NET textbox I've created a while ago. It is built on top of the Anthem.NET library. When building enterprise web applications, we often need to let the user select one item from a large list of records. For instance, on an order entry form, the user must be able to select the customer from a large list of customers. For performance reasons, it would be insane to just load a DropDownList with 50000 items. The other alternative would be to open another form where th...

Make Life Easy With Autocomplete Textboxes        
Total Hits: 20  |  Today: 0 Author: Nicholas C. Zakas       Rating:  
Read Reviews | Write Review |              Your Rating: 

Let’s face it: people really don’t enjoy filling out forms, especially when values need to be typed in. That’s why applications like Microsoft Outlook incorporate autocomplete textboxes -- textboxes that examine the first few characters a user has typed, and suggest a word from a given list. Web browsers also work this way when they automatically present a list of URLs as you begin to type a Web address into the address bar....

Auto Complete in ASP.NET using Ajax        
Total Hits: 31  |  Today: 0 Author: Raj Beniwal       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article will show you how to use Ajax AutoComplete control. AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup DropDown like list of words that begin with the prefix typed into the textbox.I am adding two classes in App_Code folder for database connectivity. You shoudl change your web.config key for database connection string. I am attaching my database in App_Code folder....

Using Ajax Agent and PHP for Auto-Complete        
Total Hits: 13  |  Today: 0 Author: Jay       Rating:  
Read Reviews | Write Review |              Your Rating: 

Description: In this HOWTO I will explain how to use AjaxAgent and PHP to create an Ajax Auto-Complete box with a drill-down list of data. The UI is very simple. It consists of a TextBox to enter an Artists' Name, a selectbox to display the Albums and an unordered list to display the songs on an album....

AutoAssist 0.5.1, Pretty JavaScirpt Ajax Autocomplete Component        
Total Hits: 9  |  Today: 0 Author: Magazine Network       Rating:  
Read Reviews | Write Review |              Your Rating: 

AutoAssist is an auto completion web widget that written in pure JavaScript. It can help enhance the accessibility of existing website, let the users to work effective and feel comfortable. AutoAssist Javascript only and is built upon prototype and rico. Its main features are :
* improve the User Experience
* Don't require an Ajax experience
* pretty managed JavaScript, easy to understand and customize...

AJAX Test Automation        
Total Hits: 11  |  Today: 0 Author: Dr. James McCaffrey       Rating:  
Read Reviews | Write Review |              Your Rating: 

The popularity of Web applications that use AJAX (Asynchronous JavaScript And XML) technology has increased steadily over the past year. When written correctly, AJAX can yield significant improvements in performance and user experience compared with non-AJAX Web applications. However, because AJAX Web applications work asynchronously, traditional synchronous test automation techniques generally don't work. In this month's column, I present a technique that allows you to write lightweight test au...

AutoComplete From Database        
Total Hits: 53  |  Today: 0 Author: Moderator1       Rating:  
Read Reviews | Write Review |              Your Rating: 

Everyone knows about the AutoComplete Textbox. It is an ASP.NET AJAX extender that can be attached to any TextBox control. When the user types some letters in the Textbox, a popup panel will come to action and displayed the related words. So that the user can choose exact word from the popup panel. Here I tried to explain how this AutoComplete fetches data from the database through a Webservice....



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net