I have method in my code behind, that method used to collect geo-coordinates from database and plot them on google map on my webpage.
I want to call that method after every 60 seconds using updatepanel so that only the latest coordinates should be collected and plot them on map accordingly without refresh the map.
How can I invoke that method using updatepanel. Please help.