Searchfield with autocomplete ASP.NET and Database

Posted by Fogh on Stack Overflow See other posts from Stack Overflow or by Fogh
Published on 2010-03-28T22:14:04Z Indexed on 2010/03/28 22:23 UTC
Read the original article Hit count: 310

Filed under:
|
|
|
|

Searchfield with autocomplete

I would like to make a searchfield with autocomplete, so when you write like 2 or 3 letters it will show a dropdownlist with results that match a column from a table in the database.

I have been reading all over the internet, and i have found out that it can be done with jQuery and AJAX Control Toolkit. But i don't know how to make it compare the search textbox and the database and show results that match?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about autocomplete