Share via


ASP.NET Page Templates.....

ASP.NET Page Template techniques has become a hot button issue among ASP.NET developers. I've done a bit of research on the topic so I thought I would list the articles I read during my research to save you folks a bit of time:

https://www.codeproject.com/aspnet/page_templates.asp
https://www.devarticles.com/art/1/304/3
https://aspalliance.com/articles/templates.aspx
https://aspalliance.com/PaulWilson/Articles/?id=1
https://aspalliance.com/PaulWilson/Articles/?id=2
https://aspalliance.com/PaulWilson/Articles/?id=3
https://www.wilsondotnet.com/Demos/Generator.aspx
https://www.aspalliance.com/Mamanze/articles/default.aspx?path=PageTemplate
https://aspalliance.com/mamanze/articles/?path=pagetemplate3
https://aspalliance.com/shark/articles/Uct/UctDoc.aspx
https://aspalliance.com/wisemonk/view.aspx?id=AN090302
https://www.aspalliance.com/stevesmith/articles/netreuse1.asp
https://www.devhawk.net/projects/PageLayoutCtl.aspx

Now, which one is best? Well, I think that depends on what other things you plan to do with your pages. The techniques above vary in complexity, implementation, and how they perform in the VS.NET designer. Check out all of the techniques and let us know how they work for you by posting a comment. I'm sure we'd all love to know if you have other techniques that we should hear about (give us a comment!).

Comments

  • Anonymous
    February 03, 2003
    This on going thread is full of ideas, examples, input, etc on Page Templates:
    http://asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=4692
  • Anonymous
    February 03, 2003
    This on going thread is full of ideas, examples, input, etc on Page Templates:
    http://asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=4692
  • Anonymous
    February 04, 2003
    I've gotta plug Xheo.WebSkin here. This is the easiest way to template a website. Period.
    <waits />
    Who said you could argue with me? lol.

    Paul Alexander is probably one of the smartest guys in .NET/XML development. I had never dealt with XML in depth before, and I was able to completely template my <asp:shamelessplug Url="http://www.interscapeusa.com">company website </asp:shamelessplug> in about 2 1/2 hours. I ABSOLUTELY LOVE completely separating my content from my design, especially with the number of pages my site is growing to. (you wouldn't know it by the number of links that are live, but just wait till VSLive!)

    Anyway, it's well worth checking out: Xheo.Webskin
  • Anonymous
    February 17, 2003
    I used Ryan Trudelle-Schwarz's (Mamanze's) version, which worked pretty well. I did convert the code into VB.net, which was a little tricky due to my lack of knowledge regarding C# keywords.

    Overall, the implementation works pretty well and still allows the use of the visual design features in VS.NET.