Template File

AndrewHuk

Newcomer
Joined
Mar 25, 2009
Messages
2
Hello All,

Please bare with me as I am just getting into ASP.net from Asp Classic.

I have looked on google without much luck for a way to use a template file in asp.net.

Basically what I am trying to achieve is have one template file for the website and all the other scripts use that template. So that when changes need to be made I only have to alter the template file.

In ASP Classic, I just used it as a include file and placed a subroutine in the file to display content in the template.

Is there a way to accomplish this in ASP.Net?

Many Thanks for your time.

Andrew Harris
 
Back
Top