A new article of mine has made it up on the ASP.NET Dev Center - Building Templated Custom ASP.NET Server Controls. This particular article looks at creating non-databound templated custom controls. A future article of mine will build on this first article and examine building a databound templated custom control, one akin to the DataList. (Specifically, I examine RssFeed - an open-source custom control for displaying an RSS feed - which, as of version 1.2, provides template support.) In addition to the upcoming article on creating databound templated Web controls, I also have two additional upcoming pieces for the ASP.NET Dev Center: one on URL rewriting (already written and turned in), and one on common questions developers encounter when working with User Controls (should get started on this by the end of next week).