Riddhi Valecha

Riddhi Valecha

  • 444
  • 3.3k
  • 412.8k

Maps in asp.net website

Jun 13 2014 5:23 AM
Hi all,

I need to create 2 web pages in asp.net as follows -

I. World Map Web Page -

1. The Page will have a World Map.

2. When the user puts the mouse on any country, the tool tip should display the name of that country.

3. When the user clicks on any country, the website should take the user to that particular page.

II. India Map Web Page -

Just like World Map Web Page, but instead of countries, the tool tips will have cities and states names.

I am aware that this can be done in Silverlight, using Expression Blend.

But, I don't have to use that Expression Blend and Silverlight.

I don't know how to implement this in asp.net (VS2010).

Please guide me.

Thanks a lot to all in advance.