Try @ before first quote (") like this:
html = new WebClient().DownloadString(@"http://www.google.com/search?sourceid=chrome&ie=UTF-8&q="+ biocompany);
Try @ before first quote (") like this:
html = new WebClient().DownloadString(@"http://www.google.com/search?sourceid=chrome&ie=UTF-8&q="+ biocompany);