I want to develop a Web site in cartography. That is I want to view the map of Europe and when the mouse survive France, the corresponding zone on the map changes colours(like tooltipText) and when I click above, the map of France appears.
Is it possible to do this with dotnet ?
It is do-able of course but as far as I'm aware there isn't a .net server control that is suited to doing what you want. I think you probably need to look at some javascript to do it. If you've seen something similar on another site that would be a good place to start as the bute with client side js is that you have the code on your pc (although copyright might come into play).
0 comments:
Post a Comment