all groups > asp.net building controls > november 2005 >
You're in the

asp.net building controls

group:

Help with creating a new control


RE: Help with creating a new control Sundararajan
11/29/2005 7:06:02 AM
asp.net building controls:
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
--
S.Sundararajan


[quoted text, click to view]
Help with creating a new control WAkthar
11/29/2005 2:01:14 PM
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

AddThis Social Bookmark Button