I have a masterPage for my asp.net website...however, i have a doctype html...how do I add a masterpage to doctype html?
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="FindAProgramTest.aspx.vb" Inherits="FindAProgramTest" %>
<!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& ...
Go to the complete details ...