PittGeek home

Templates in ASP.NET User Controls

27 May 2008 – .NET and Programming

Some of the standard ASP.NET server controls allow the user to specify a template containing custom markup that will be used inside the server control. It is possible to create “.ascx” user controls that make use of this type of template. The MSDN documentation explains how.