Hai to all,
I am using googlemap on my website.
Googlemap is working by script and its working good in normal page in .NET.When i use masterpage the google map is not working
Example
<head>
<script> google map script </script>
</head>
<body></body>
this code is working good when i load map is loading good
But when i use masterpage
Example of Masterpage
<asp:content id="Content1" Contentplaceholderid="Head" runat="Server">
<script> Google map script </script>
</asp:content>
<asp:content id="Content2" Contentplaceholderid="ContentPlaceHolder" runat="Server">
i call map on the div tag
</asp:content>
this me ...
Go to the complete details ...