Map Image Control
What is the Map Image Control in Asp.Net application ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted May 29, 2012, 9:54 AM
The ASP.NET ImageMap control allows you to create an image that has individual regions that users can click, which are called hot spots. Each of these hot spots can be a separate hyperlink or postback event.
Please refer the below links
http://msdn.microsoft.com/en-us/library/cc295596.aspx
http://www.ezzylearning.com/tutorial.aspx?tid=4117345
http://www.codeproject.com/Articles/2536/ImageMap-NET
http://www.beansoftware.com/ASP.NET-Tutorials/ImageMap-Control.aspx
http://www.dotnetfunda.com/tutorials/controls/imagemap.aspx
Thanks