> The trouble I'm having is how to call the list of lat,lng (not entering them > individually) on the client side using javascript and and enable the map to > recognize when a selection is made, when my drop down list is created in > sever side using ASP.NET and data bound to the sql table.
That's not a map problem. The map will do what it is told by a little javascript. So you need to find a means to make your drop-down list call a javascript function when a selection is made, and pass one lat- long to it. I don't know how you'd do that in ASP.NET but for sure your final drop down list is not really server side, the user would never be able to make a selection from it. Maybe you need to look into use of the 'onselect' attribute in HTML. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
