Redirecting Google search results to our website
Posted
by Arjun Vasudevan
on Stack Overflow
See other posts from Stack Overflow
or by Arjun Vasudevan
Published on 2010-06-09T19:31:46Z
Indexed on
2010/06/09
19:42 UTC
Read the original article
Hit count: 233
I have an ASP.NET page in which there is a textbox. The user enters a string in the textbox and I want that string to be searched in Google and redirect the search results to my web page. I'm using VB as the background programming language.
How can I do that? And also which toolbox control should I use in my page, for displaying the search results?
© Stack Overflow or respective owner