Hi,
in case you are creating a template dynamically, you would need to have a
class implementing ITemplate interface. And you'd instantiate that to
provide the template for the Repeater.
See this for implementation example:
http://scottwater.com/blog/articles/DynamicItemTemplates.aspx

Signature
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke
> Hi,
> Can someone please help me out with the following problem.
[quoted text clipped - 6 lines]
>
> Thanks in advance.