ajay raju

ajay raju

  • NA
  • 395
  • 0

how to get the map coordinates of using ImageMap control

Jan 22 2013 8:36 AM
 
Hi
 
i am using asp.net ImageMap control, in this control i am displaying one map.. and i am not know how to get the co-ordinates of regions in the map.
 
(example: i am taking India map, if i click on one state then that state name is displayed)
 
How can i know the coordinates of each region?
 
my code like:
 
<asp:ImageMap ID="ImageMap1" runat="server" ImageUrl="images/ImageMap1.jpg">
     <asp:PolygonHotSpot Coordinates="" PostBackValue="Test"  />
</asp:ImageMap>
 

Thanks
K.Ajay


Answers (1)