babyshandy
9/24/2014 - 1:37 AM

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>