<%@ Page Language="C#"%>
<html>
<head>
<title>Server-Side Includes</title>
<link rel="stylesheet" href="/shared/netdemos.css">
</head>
<body style="margin:0">
<!-- #include file="header.inc" -->
<hr size=1 width=92%>
<blockquote>
<div class="header"><h2>Server-Side Includes</h2></div>
<blockquote>
<p>This example shows how to insert a custom header and footer within an ASP.NET page.
<p><br></p>
<p>Both the header and footers in this page are stored as separate files with an "<b>.inc</b>" filename extension.
<p><br></p>
<p><b>Server-side #includes</b> enable common files to be easily inserted into any or all pages of a site.
<p><br></p>
</blockquote>
</blockquote>
<!-- #include file="footer.inc" -->
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>