Hi ,
I need to use templated user controls:
as like below :
https://msdn.microsoft.com/en-us/library/36574bf6.aspx
For this,I need to register the user control which acts like a placeholder
and need to put the following code
<%@ Register TagPrefix="uc" tagname="TemplateTest"
Src="TemplatedUC.ascx" %>
in the aspx page, but kentico donot have an aspx page instead we use user control webpart. How is it possible to register templated user controls in kentico.