Add an image at runtime

T

Thomasa Gregg

I have a map that I want to add a pushpin image for each location I have in
a database. How do I go about adding the pushpin image to the x, y
coordinates I have calculated to the map image. I am just not sure how to
add the image at runtime. I am using vb.net and asp.net. Any help would be
appreciated

Tom
 
S

Steve C. Orr [MVP, MCSD]

I'm not sure about the image map approach, but another technique you might
consider is making each pin a ImageButton, then use CSS/GridLayout
positioning (and the Z-index) to place these ImageButton controls over the
top of the map.
 

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

Similar Threads


Top