perfect. thanks, psodermans. i can't tell you how long i searched for a resolution or, at the least a work-around to this. good suggestion ... i wouldn't have thought of that.
on a side note, i've also run into other timing issues ... for example, displaying a control (in my case, another google map) within an ajax AccordionPane.
for anyone having a similar issue, i resolved it with this workaround:
http://couldbedone.blogspo
basically, add:
Accordion1.FindControl("no
to the Sub Page_Init() event:
Sub Page_Init()
Accordion1.FindControl("no
End Sub
hopefully these issues will be resolved in the next ajax release.
thanks again!!
Main Topics
Browse All Topics





by: psodermansPosted on 2007-08-20 at 08:05:57ID: 19730876
I've had the same problem, I used a workaround.... Put an Iframe on the page wich is displayed in your modal window and use it to display the google-map.
It seems to be a problem in the timing on wich all the components are loaded into the page...