Click here to Skip to main content
15,899,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to add Rectangle Hot spot On a Image Map control from codebehind using c#...
can anyone help me?
Posted

Your code behind just generates HTML. It doesn't do anything dynamic. You need js for that, at a minimum to make AJAX calls to run C# code, but it's still js that needs to manipulate your page. Your question indicates you don't really know a lot of basic things. You need to post code and explain further, to get more of an answer
 
Share this answer
 
Seems like you're not aware of fundamentals... Please take a look here :
A Quick Start Lesson to the ASP.NET ImageMap Control[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900