Click here to Skip to main content
15,746,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am working on a website.
I have to apply one functionality on that website on google search.
Like if we search for youtube(or some other website), the result provides a little search box, i have to implement this feature so that if any one searches my website, the result will show with a search box.
I have no idea from where to start, I have seen google custom search but i think its different thing
How can i apply this feature ?
Posted
v3
Comments
Rock (Multithreaded) 11-Sep-12 8:11am    
Are you want something like this website http://www.reliancenetconnect.co.in/

You should use Google API.
Refer the link below:
https://developers.google.com/custom-search/v1/getting_started[^]


--Amit
 
Share this answer
 
 
Share this answer
 
I think you are talking about the Autocomplete Extender, which comes as a small search box under the main search box, when we type anything there and gives us the related suggestions.

In case of this type of requirement, please go through Ajax AutoCompleteExtender example or sample without using webservice (or) Asp.Net AJAX AutoComplete Extender From Database without using webservice[^] to understand the concept.

After learning this, you can apply your own logic to fill the search data.
 
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