B
bill..
I have created a VB app that generates a wireless network status map
several times a day.
The app adds hidden controls in specific areas of the image (on a
form) with extra info in the tooltips so that the user can hover over
a site and see the extra info pop up.
I have been asked to host this info on a web page, which I have done
for the map only - I copy and overwrite the source image of a
simple ASP.
Question: How should I go about adding the tooltip functionality?
Remember this has to be done at runtime. Even the number of sites can
change.
In VB I added a new control to the image for each site in the database
at its Lat and Lon but I am not sure how to approch this for an ASP.
A good analogy would be a web page with a weather map of the USA
where hovering over bad weather pops up a tooltip showing the current
temp etc
Any suggestions?
Thanks
Bill
several times a day.
The app adds hidden controls in specific areas of the image (on a
form) with extra info in the tooltips so that the user can hover over
a site and see the extra info pop up.
I have been asked to host this info on a web page, which I have done
for the map only - I copy and overwrite the source image of a
simple ASP.
Question: How should I go about adding the tooltip functionality?
Remember this has to be done at runtime. Even the number of sites can
change.
In VB I added a new control to the image for each site in the database
at its Lat and Lon but I am not sure how to approch this for an ASP.
A good analogy would be a web page with a weather map of the USA
where hovering over bad weather pops up a tooltip showing the current
temp etc
Any suggestions?
Thanks
Bill