With the Google Web Service, software developers can query more than 2 billion web documents directly from their own computer programs. Google uses the SOAP and WSDL standards so a developer can program in his or her favorite environment - such as Java, Perl, or Visual Studio .NET.
This example shows how to hit the Google.com Web Service from an ASP.NET page and bind the results to a DataList Web Server control. Paging through the Google results is supported. The example also reads a byte array containing cached Google Web pages and displays the cached pages. Finally, the sample provides spelling suggestions for search words.
For more information about the Google Web Service visit the following URL: http://www.google.com/apis
|