Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

9 Top Ajax jQuery AutoComplete Plugins/Tutorials with Examples

Sep 22, 2012
Introduction

Here I will explain different type of JQuery AutoComplete Plugins  strength meter or indicator plugins.

Description:
  
In previous article I explained 6+ JQuery Password Strength Plugins and JQuery UI autoComplete textbox, Ajax AutoComplete textbox and many articles relating to autoComplete textbox in
JQuery, Ajax, asp.net, SQL Server etc. Now I will explain different type of available JQuery/Ajax AutoComplete textbox plugins.

jQuery UI AutoComplete Plugin

Autocomplete, when added to an input field, enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.

By giving an Autocomplete field focus or entering something into it, the plugin starts searching for entries that match and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.

 

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields.

Built with focus on performance - results for every query are cached and pulled from local cache for the same repeating query. If there are no results for particular query it stops sending requests to the server for other queries with the same root.



jQuery plugin: Autocomplete

Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and filtering.

By giving an autocompleted field focus or entering something into it, the plugin starts searching for matching entries and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.

AutoSuggest jQuery Plugin

This AutoSuggest is a very lightweight jQuery plugin that makes auto-completing extremely easy. And Plugin is vastly more customizable than any other jQuery auto-complete plugin

jQuery Tokeninput - select multiple items from a predefined list

Tokeninput is a jQuery plugin which allows your users to select multiple items from a predefined list, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook. 

 
AUSU jQuery-Ajax Auto Suggest

This jQuery Ajax autosuggest plugin has the usual functionality with a little extra flexibility: multiple instances, passing custom parameters, the id and the value are returned, keyboard-controlled, and a few others… Almost anything you need from an autosuggest plugin you can do with the built-in options! I didn’t focus on style, the CSS file is small and very easily changed

    
In this post how to implmenet JQuery UI autocomplete textbox with multiple words or values with comma separated or semi colon separated in asp.net.

JQuery Auto Complete textbox with Images

In this article they explained clearly how to implement autocomplete textbox with images during search in asp.net using JQuery.

  

Ajax autocompleteextender example with progressbar image

In this article they explained clearly how to implement autocomplete textbox with progressbar during search in asp.net using Ajax.

    

If you enjoyed this post, please support the blog below. It's FREE!

Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our Facebook, Twitter, RSS feed, or by email.

subscribe by rss Subscribe by RSS subscribe by email Subscribe by Email

11 comments :

RAJ said...

dude your JQuery Auto Complete textbox with Images
link not working

Suresh Dasari said...

@Raj...
Thanks i updated link for JQuery Auto Complete textbox with Images please check it once.

Anonymous said...

all tutrials wer awesome... thanks alot

Anonymous said...

I want a full code in Asp.Net for select a multiple value in another textbox within a tag

venkat said...

How to bind Gridview when ever we type on textbox related data(gridview) bind with out any enter key button is it possible?

Suresh Dasari said...

@venkat...
you should try textbox ontextchange event to implement your required functionality.

Unknown said...

jQuery UI AutoComplete Plugin


if i am using asp:textbox it not fetch record from database


and hoe to redirect from anothe page with id

Nico said...
This comment has been removed by a blog administrator.
Anonymous said...

Hi sir, your all links are just awesome... It all helped me a lot... I wanted to implement the autocompleteExtender for the feilds which r in marathi language. can u pls help me ????

Unknown said...

Also, you can check/use my autocomp, see demo here:
http://olegh.cc.st/autocomplete.html

This works very quick, an handles huge dictionaries: 10M+ records OK.

Works under Apache WEB-server, with FastCGI module on Unix like OS.
My demo works on the old machine: Celeron-300 DeskPro, and this hardware
is enough for work as quick as you see.

Server part written on C++, client: JavaScript+Ajax.

Source codes are free upon request.

Unknown said...

sir i want autocomplete search box which show result in groups..like (www.uread.com) search box...i have many tutorial but they are static if i make dynamic they did not give result as per rquirement..sir plz help me .and suggest me ..thanks a lot ..

Give your Valuable Comments

Note: Only a member of this blog may post a comment.

© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.