Google map in user control not loading from aspx code behind

Posted by poojad on Stack Overflow See other posts from Stack Overflow or by poojad
Published on 2010-06-07T05:35:19Z Indexed on 2010/06/07 5:42 UTC
Read the original article Hit count: 332

Filed under:

I am using Google maps API for proximity search. I have all this in an ascx client side. I have a button in the aspx code behind. The initial load of the map is fine. But on the button click, the map is not being loaded though all the other controls are loading properly. The controls are in an Update Panel and I am new to using these.

Would appreciate in any suggestions made.

© Stack Overflow or respective owner

Related posts about asp.net-ajax