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
"WAkthar" wrote:
> 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
>
>
>
|