Add an image at runtime

  • Thread starter Thread starter Thomasa Gregg
  • Start date Start date
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
 
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.
 
Back
Top