Click here to Skip to main content
15,901,283 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want that when we type any text in search box of google then it shows below list of that's related text. I want to do it in asp.net.

Is it possible ?

please help me

Pankaj Singh

Thanks in advance
Posted

tried anything?

btw, you can use AJAX autocomplete[^] to do this.
 
Share this answer
 
You are talking of AutoComplete textbox.

Here: Google search result[^]
An example: http://simonwillison.net/code/js/autocomplete/[^]

Basic logic behind it is using XMLHttpRequest in order to fetch data related to typed in text.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900