Help with creating a new control

W

WAkthar

Hi
I am trying to create a new web user control which will allow me to display
a map with icons on it. My idea is to have a image control on in a web user
control and then draw some icons on it at different positions.
When the user mouse the mouse over one of these icons I need to be able to
display a message box with details regarding this icon.

Can anyone give me some ideas as to how I could implement this please??

Cheers
 
S

Sundararajan

Hi,

Just have <img> tags(HTML image controls and really u can write actions on
onmouseover and onmouseout client side events

or have a <asp:image> and in ur code behind write the code
img.attributes.add("onmouseover",<action u have to perform as javascript>)

this will go perfectly fine.

regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top