MyBB Community Forums

Full Version: google-like autocomplete textbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi friends.

I'm going to create a simple search software in C# that reads its data from a SQL server. I've a plan to build an Automplete Textbox for searching the for example books names. like google's website.

I'm going to insert hundreds of books in SQL manually with some of their properties like name, publication, price, ... .

the autocomplete method must be based on books' names. Can anyone please help me in this case by giving me a sample or a good source. thanks everybody.
(2010-12-13, 02:30 PM)Yaldaram Wrote: [ -> ]http://webtecker.com/2008/03/10/10-auto-...x-scripts/

Thanks. they're Ajax samples but I don't want to use it in ASP or in web. this program will not run in web.
I assume that an SQL query is out of the question? Is it MSSQL or MySQL?
I'm using Microsoft's SQL Server 2008.