-
Nov 20th, 2023, 07:44 AM
#1
Thread Starter
Member
Pass gridview value to google search engine asp.net
How can i pass the the bookname to google search and display the results please help
-
Nov 20th, 2023, 09:46 AM
#2
Hyperactive Member
Re: Pass gridview value to google search engine asp.net
One way is mimicking a when you do a search using Google, look at the URL it creates. As an example, I searched for "Moby Dick" just take the first part of the URL, which is https://www.google.com/search?q=moby+dick (it puts + where there are spaces, so you'll need to replace them when creating the search URL) assign the href that search url and that will display a Google search for the book name.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|