Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
Hello.
I made an ajax server control that exposes google map api. I made all and work good except onething, It initialize 4 google map at end.
All my server control event (PreRender,RenderContent,BeginRenderTag,EndRenderTag) raise once. but i don't know why it makes 4 copy of map with exact same settings(width,height,zoom,bounds ...)
I put an alert in prototype initialize and it has been shown 4 times.

What's the problem?

EDIT
I remove 3 copy of google map from document, but it send request to web service 4 times yet!!!

thank you!
ali
Posted
Updated 9-Apr-15 11:29am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900