Hi,

I am using the Google map control for ASP.NET (http://
googlemap.codeplex.com/), I am facing a problem and I am unable to
find its fix.

What I am doing is displaying a google map, showing some markers based
on lat long values from the db. Now I want to show some information
based on the lat long value of the marker which is clicked. Suppose if
a marker of Mexico is clicked, I need to show some information from
the db related to Mexico in a datagrid on the page, I've implemented
it but it works on my machine or when I run it on the remote server
through Visual Studio. But When I access it through Live URL, it
doesnt show up anything on click of a marker. I've assigned a client
side click event on map click, getting the lat long values of a marker
by overlaylatlong object and assigning them to some hidden fields,
submitting the form through javascript, then in the server side click
event getting the hidden fields values to map to the db.

Because if I try to access the lat long on server side, I get blank
values, and if I get it through client side, the page doesnt show up
any thing through Live URL browsing. I guess this is because async
javascript calls, do I need to make it a sync javascript call to that
method on client click.

If there is any way around, please let me know, I've been trying this
for so long. I would be really thankful to you.

Waiting for your reply

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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.

Reply via email to