I want paint some things (Polygon, Infowindows) on GoogleMaps via JavaScript.
That works fine if I call the JavaScript by the MapClick event.
If I do this in the load method from the UserControl I ran into an error message “google not defined”.
How can I do this without automated at runtime without MapClick?
One idea is a timer, that works, but that was not an elegant solution I think…
Thanks
Dirk
Hi Dirk,
When the Load event fires in Wisej, the control IS NOT rendered on the client.
You can use the Appear event to perform some action on the client-side widget after it has been rendered.
HTH,
Levie
Please login first to submit.