How To Dynamically Include Files in ASP.NET http://support.microsoft.com/default.aspx?scid=KB;EN-US;q306575&ID=KB;EN-US;q306575
<%@ Page Language="vb" AutoEventWireup="false"%>
<html>
<body>
<% Response.WriteFile ("Yourfile.inc") %>
</body>
</html>