A few months ago, a colleague of mine approached me about page templates in ASP.NET. I had done this before using page inheritance, so I referred him to a few links that I had collected that offered similar solutions. He researched the articles, and decided to implement a solution for his client utilizing a page inheritance approach. More recently, this topic had come up again, and I put some more thought into the approach that both my colleague and I had taken. Although page inheritance provided ......