I just updated a 7.0 app to 7.1 and having an interesting issue with Bing Map control.
I am trying to reference the map control during the Page’s Loaded event but the map control is null.
It is my understanding that by the time the Page’s Loaded event occurs, all controls on the page should also have loaded. I also call ‘ApplyTemplate()’ in the loaded event to ensure that templates have been loaded.
I know this description is kind’ve brief and I’d be glad to supply more details if they would help.
Depending on the structure of your page, you can’t rely on the map having been loaded until the
Loadedevent of the map itself has been fired.