My latest MSDN article, Building DataBound Templated Custom ASP.NET Server Controls, has been added to the ASP.NET Dev Center. This article is a follow-up to a previous one of mine, Building Templated Custom ASP.NET Server Controls. In Building Templated Custom ASP.NET Server Controls I showed how to add templates to a non-databound control to provide page developers a means to finely tune the control's rendered HTML. In the current article, Building DataBound Templated Custom ASP.NET Server Controls, I show how to create a templated, databound control (the Repeater is a prime example of such a control). Specifically, the article looks at RssFeed, a custom ASP.NET control for displaying RSS feeds that provides template support.