Hi Ross, I wanted to update the google maps in an update panel every time the ticker reach its end. So I can see the last position.
I've got it now solved by putting the google maps out of the update panel. Keep the ticker in it so ajax shows a counting down without a postback. The XML generated from the database to dsplay the markers was cached so the latest marker wasn't showing. Now the XML isn't cached anymore and the Google Maps shows the last position. At last!! Thanks for your help and clearing some things! Roel On 17 jan, 13:03, Rossko <[email protected]> wrote: > It's not clear what you're trying to do really. > Your original page contains errors, but I think you're now saying that > its the whole method that is your problem. > > > I found a link to an explanation of my problem. The writer solves it > > with a tool but I like to solve it with javascript and ajax. > > Does this mean you don't want to use a Google Maps .NET Control, you > want to write your own? > > >http://www.reimers.dk/blogs/jacob_reimers_weblog/archive/2008/11/23/a... > > Which part of this are you having trouble with? I do not know .NET > but one key thing that leaps out is "do not wrap your map in an > UpdatePanel", which I think you do at present. > > Have you searched this group to see how others do it, perhaps > http://groups.google.com/group/Google-Maps-API/search?group=Google-Ma... > or > http://groups.google.com/group/Google-Maps-API/search?group=Google-Ma... > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
