DC wrote:
> Hi,
>
> I have the requirement to build a control that will read its template
> from a database. (I call all the stuff one would normally place
> between the start and end tag of a placeholder in a usercontrol
> "template" here.) The purpose is to provide HTML snippets with the
> ability tho change the .ascx part without manipulating and deploying
> files.
>
Why not to use a web custom control? Is is more suitable for dinamic
content loading.
http://msdn.microsoft.com/library/de...ebcontrols.asp