Hi,
I want to have a DIV tag with some text to show over the map control. I try z-index of the CSS but it not work for me, It show only when the map control is loading. Then the map background just cover it. Could you help me?
Code reference:
hello
<asp:UpdatePanel ID="MapUpdatePanel" runat="server" ClientIDMode="Static" UpdateMode="Conditional">
<ContentTemplate>
<cc1:Map ID="MapMain" runat="server" Height="100%" Width="100%" BorderStyle="None">
</cc1:Map>
</asp:UpdatePanel>
Thanks.