Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Ok I have created a simple search form.
HTML
<form action="" method="POST">
<input type="text" name="search">
<input type="submit" value="Search">
</form>

So I need a way in which when I input a search term, the form returns
result from google and displays them below the page.

Thanks.
Posted
Updated 9-Jan-12 7:36am
v2

1 solution

Take a look at google api for .net at google-api-for-dotnet/[^]. This should do the job.
 
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