Hi,
I use HTML below to display full size map (100%).
<cc1:map id="Map1" width="100%" runat="server" height="100%"></cc1:map>
I've deleted DOCTYPE definition and can see the map. But when I added UpdatePanel the map disappeared again.
How can I use full size map with updatepanel? Also, I use some jquery plugin that requires DOCTYPE. Is any way to have full size map with update panel and doctype?
[table width="100%" height="100%" border="1"}
[tr width="100%" height="5%"}
[td colspan="2"}
[/td}
[/tr}
[tr width="100%" height="95%" valign="top"}
[td width="15%" height="100%"}
[/td}
[td width="85%" height="100%"}
[cc1:Map ID="Map1" runat="server" Height="100%" Width="100%"}
[/cc1:Map}
[/td}
[/tr}
[/table}
Thanks,
Igor