Hi,
I am making a page in asp.net 2.0 which will allow certain images to be clicked. E.g there would be a continents on world map, maybe countries too. So a user could actually go and click individual countries and I'll need to save whoever clicked whichever country.
I am wondering what should be the best approach to this one? Do I store the country co-ordinates in the big image in a database (to link up the clicks)? what if the map has to be moved on the page and the co-ordinates change?
I had a look over image map. I am not sure if a hand drawn design is supported by this component (currently it says polygon, circle and rectangle hotspots).
Would appreciate all help.
Thanks!
I am making a page in asp.net 2.0 which will allow certain images to be clicked. E.g there would be a continents on world map, maybe countries too. So a user could actually go and click individual countries and I'll need to save whoever clicked whichever country.
I am wondering what should be the best approach to this one? Do I store the country co-ordinates in the big image in a database (to link up the clicks)? what if the map has to be moved on the page and the co-ordinates change?
I had a look over image map. I am not sure if a hand drawn design is supported by this component (currently it says polygon, circle and rectangle hotspots).
Would appreciate all help.
Thanks!