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:
Thanks
K.Ajay
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
Vishnujeet KumarPosted Jan 22, 2013, 11:11 PM
http://www.c-sharpcorner.com/uploadfile/6897bc/imagemap-control-in-Asp-Net-and-defining-hot-spots-for-it/