posted on Wednesday, February 25, 2004 10:19 AM
by
demiliani
Templated Custom ASP.NET Server Controls
An interesting new article on MSDN: Building Templated Custom ASP.NET Server Controls. This article shows how to build custom server controls that utilize templates. Templates allow for customization of a Web control's rendered output by providing a means for a page developer to specify HTML elements, Web controls, and databound statements.
Check it!