M
matthewtpowers
I am trying to embed virtual earth in a tab container like this
<cc2:TabPanel runat="server" ID="MapTab">
<HeaderTemplate>
Map
</HeaderTemplate>
<ContentTemplate>
<div id='BCGMap'
style="position:relative"></div>
</ContentTemplate>
</cc2:TabPanel>
Where 'BCGMap' is the id of the map that I load in my body onload when
the page renders. However I am running into some behavior that I have
never seen before.
Only maybe a quarter of the pixels in the map actually resolve....the
other are black, and don't render until I drag the map around or attempt
to zoom in.
Has anyone seen this behavior? I would assume a map in a tab panel is
pretty common. Any ideas!??! Thanks!
<cc2:TabPanel runat="server" ID="MapTab">
<HeaderTemplate>
Map
</HeaderTemplate>
<ContentTemplate>
<div id='BCGMap'
style="position:relative"></div>
</ContentTemplate>
</cc2:TabPanel>
Where 'BCGMap' is the id of the map that I load in my body onload when
the page renders. However I am running into some behavior that I have
never seen before.
Only maybe a quarter of the pixels in the map actually resolve....the
other are black, and don't render until I drag the map around or attempt
to zoom in.
Has anyone seen this behavior? I would assume a map in a tab panel is
pretty common. Any ideas!??! Thanks!