Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > General and Integration Projects > Showing data from Bing SOAP services using RadControls

Answered Showing data from Bing SOAP services using RadControls

Feed from this thread
  • Posted on Dec 14, 2011 (permalink)

    Requirements

    RadControls version Q3 2010 or later
    .NET version .NET 3.5 or later
    Visual Studio version 2008 or later
    programming language C#
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    This is a simple demo showing how to fetch data from Bing's SOAP services and display it in RadGrid. All calls are made through simple wrapper classes.
    There are three search modes available - Address (for addresses), Coordinates (coordinates in latitude/longitude) and Search (for "what/where" search).
    Please note that you need to click the Refresh button for some of changes to take effect on the Map tab.

    Important: You have to edit Default2.aspx.cs file and set your own Bing key to the BingKey constant. If you don't have one, you can request one here: Bing Maps Account Center
    Attached files

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > General and Integration Projects > Showing data from Bing SOAP services using RadControls