Results 1 to 2 of 2

Thread: Pass gridview value to google search engine asp.net

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2020
    Location
    Kampala
    Posts
    40

    Pass gridview value to google search engine asp.net

    Name:  Screenshot 2023-11-20 at 15-33-48 Screenshot.jpg
Views: 250
Size:  13.5 KB

    How can i pass the the bookname to google search and display the results please help

  2. #2
    Hyperactive Member
    Join Date
    Jul 2022
    Posts
    347

    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
  •  



Click Here to Expand Forum to Full Width