Hi
When we want to work with hot spot regions in an image, we can use the ImageMap control. We can define the Hotspots regions for the image and when the user clicks the Hot spot region, the control can either generate a post back to the server or go to a specified URL.
If we use the control to display a map of geographical region and the use clicks a specific region on the map, the control can navigate to the URL that will provide the additional data about the region clicked. This control is also very useful if we want to capture the response of the user for the votes (the region user clicks for the vote).
We use the top, left, bottom and right property to define the location of the hot spot. We need to provide the hotspot mode property to define what will this hotspot do (navigate or postback). We use these properties inside the hot spot template (like asp:RectangleHotSpot