AndrewHuk Posted March 25, 2009 Posted March 25, 2009 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 Quote
Administrators PlausiblyDamp Posted March 25, 2009 Administrators Posted March 25, 2009 Masterpages are probably the closest thing in asp.net - have you looked at them? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
AndrewHuk Posted March 25, 2009 Author Posted March 25, 2009 Hello PlausiblyDamp, Just after posting this, I found a site mentioning it. Thanks for your input Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.