Skip to content

Instantly share code, notes, and snippets.

@sohel-rana
Last active December 26, 2015 23:08
Show Gist options
  • Save sohel-rana/7227794 to your computer and use it in GitHub Desktop.
Save sohel-rana/7227794 to your computer and use it in GitHub Desktop.
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:contentplaceholder id="CPH" runat="server"></asp:contentplaceholder>
</div>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment