5
Shouts

Web 2.0 | Putting a Bing Search on your Website

posted by farooqkaiserfarooqkaiser 791 days, 12 hours, 18 minutes ago
Thursday, March 25, 2010 8:51:59 PM GMT

In this article, i will examined how to integrate Microsoft Bing Search engine on your site. First, you would have to get APPID from Microsoft site. Here is a link. 

In next step, in your project add the following web reference.

http://api.search.live.net/search.wsdl?AppID=YourAppId

Here is code snippets to make a call in c#. 1: LiveSearchService service = new LiveSearchService(); 2: SearchRequest request = new SearchRequest(); 3:  4: request.AppId = "YOUR APPID"; 5: requ...

category: ASP.NET | clicked: 1 | | source: www.fairnet.com | show counter code
tags: .NET, C#, ap.net

No comments yet, be the first one to post comment.

To post your comment please login or signup