I want to display the latest record added to my database (mysql) on my google map api without refreshing the whole page. I have a timer that call a function each 10 sec. this latter check and return the new values added into the data base. This timer cause the refresh of the whole page. I tried to use an update panel but what happened is that the values already available into the data base are displayed but anything new added didn't show up on the map. So is it possible to display new values (From my database) on my map without refreshing the page? PS: I'm using asp.net/c# and my script that add markers is written into the js literal into c# code.
-- 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.
