.NET news » Search results

Search results for query "autocomplete" (2):

AJAX AutoComplete/AutoSuggest TextBox

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 the user would be able to search and select the desired customer. I've used this approach before, but the users usually found it very annoying and were constantly demanding a better solution..
2007-10-02 22:23:00   Source: AJAX AutoComplete/AutoSuggest TextBox   Tags: Ajax

AJAX AutoCompleteExtender using Google Suggest API

Example on how to use AutoCompleteExtender to make a search like Google Suggest.
2008-07-10 05:30:00   Source: AJAX AutoCompleteExtender using Google Suggest API   Tags: Ajax
1