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
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
You could use the Google Search API to accomplish that. Here are some examples, how you could do it:
- ASP.NET web client for Google Web API
- Using the Google search API from ASP.NET
- Google Search API implementation in asp.net Tutorial
精彩评论