View Single Post
  #6 (permalink)  
Old Jan 21st, 2008, 22:30
Corey Bryant Corey Bryant is offline
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Including a File

Thanks!
Code: Select all
     <%		   
          Response.WriteFile ("Yourfile.inc")
        %>
did the trick! That will help me on a few other pages actually as well that I had been needing to include a few files in but needed the .aspx file extension.

Yeah, I know - I am supposed to be a "Visual Developer - ASP/ASP.NET" - but still think I missed the boat when it comes to .NET
Reply With Quote