seoforrrmdf
New Member
Does anyone have a tutorial on how to build a page template in ASP.NET?<BR><BR>In Classic ASP I used to use Include Files for the header and footer... similar to the ColdFusion Fusebox methodology.<BR><BR>Any ideas how this can be emulated in .NET? Thanks.I would advise using User Controls. Check out this article:<BR>http://www.4guysfromrolla.com/webtech/030602-1.shtml<BR><BR>It discusses how to use User Controls to change the look and feel of a page based upon the parameters in the QueryString. Also check out some of the articles at:<BR>http://4guysfromrolla.411asp.net/home/tutorial/howto/codemana/userctrl?cob=4guysfromrolla<BR><BR>for more information on using User Controls. In short, the answer is to use User Controls, as if I've not already made that abundantly clear!