Link to home
Start Free TrialLog in
Avatar of andre72
andre72

asked on

Google like DropDown with autocomplete

Hi,

I like to include a page search for a very large homepage.
The technik I've to use is simular like the one from Google, enter the first chars and a DropDown will suggest you some results.
I don't know who Foogle do this but it looks like Ajax to fill the DropDown on the fly.
However I think this would't be the problem I think more about how to get the data and to store them to get the results fast enougth.
Is there an engine to collect all informations from a side and what back end to use - SQL Server?

Thanks,

Andre
Avatar of jinal
jinal
Flag of India image

Use ajaxcontroltoolkit.

In that control called autocompleteextender . This you can use with webserivce in asp.net.
ASKER CERTIFIED SOLUTION
Avatar of jinal
jinal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of andre72
andre72

ASKER

Thanks jinal like I wrote about I have more a problem about the right way to collect the data from the homepage and make they accessable for a fast way.
Well, I thinks there won't be a faster way to get them from SQL Server but for collecting them I've really no idea.
Manuall copy any text from every page will take couple of weeks ...