Home » Applications » jQuery Autocomplete ASP.NET

jQuery Autocomplete ASP.NET

Simple and easy to setup “autocomplete” code for a search textbox in your ASP.NET application.

What do you need:

1. Generic handler (Search_VB.ashx)
– Download it from here as a text file and convert it to ashx.

2. Stylesheet (jquery.autocomplete.css)
– Download it from here as a text file and convert it to css.

3. jQuery script files
– Autocomplete – download it from here as a text file and change file type from txt to js.
– jQuery script 1.4.1 – you can link it to here:http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.js or download it from here http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.js

Autocomplete-Demo.aspx
– Download demo file from here as a text file and convert it to apsx.

Demo screenshot