In my code below it says my master page doesnt work with this page?
<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPages.master" AutoEventWireup="false" CodeFile="Geo.aspx.vb" Inherits="Geo" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&libraries=g ...
Go to the complete details ...