Hi,
I'm developning ASP.Net 2.0 application which will use Google Map.
The page with Google Map uses master page.
As Google map uses client-side script, the first problem is where do I
have to run Google Map creation and population script?
I can't run it in master page on load, as this master page is used by
another pages, which do not use Google map.
I can't run it anywhere in Google Map page because of master page, as
the whole page is rendered only when master page is rendered
The other problem is I use ATLAS Update Panel on the google map page to
refresh the data I display on the map. So when the update panel is
reloaded, I have to run google map population script on client side.
How can I do that?
Thank You,
Andrew