Latest Articles ::
This problem most commonly rears its ugly head when interface designers need to alter the user interface presented to Web site visitors - since the...
ASP.NET offers User Controls that are both easy to create and easy to use. However, when web developers familiar with "include" files and other page...
Many new ASP.NET developers miss their old familiar "include" files and other page template techniques. Try using ASP.NET User Controls to create...
There are many ways to get a consistent design across your website and one of these ways is by using page templates. Basically that means that you...
Page Templates sometimes cause a few minor issues in the VS.NET Designer. This article will give you solutions, or work-arounds, to all of these...
Most examples of ASP.NET Page Templates do not actually include
the server Form. This article provides examples with server
Forms.
Nearly every web site has some type of common layout, and ASP.NET provides techniques that replace the classic ASP include files. This article...
Updated version of my earlier tutorial on how to quickly and easily template a site via inheritance.