Thomas
Thomas

Reputation: 34188

search my site with the help of google in asp.net

i want to search my site with the help of google. search result will show in my page and no google related icon will show as if user will feel the search functionality is internal. how could i implement in asp.net. thanks

Upvotes: 2

Views: 553

Answers (2)

Martin Buberl
Martin Buberl

Reputation: 47124

You could use the Google Search API to accomplish that. Here are some examples, how you could do it:

Upvotes: 2

Michael Jasper
Michael Jasper

Reputation: 8058

Ah, you are looking for Google Site Search. It provides custom branded, in-page results.

Google's free, slightly striped down version is pretty good too: Google Custom Search

Upvotes: 3

Related Questions