kentico_zdenekc
-
4/4/2013 6:56:38 AM
RE:Document Attachments in Repeater
Hi,
The dynamic path expression may be resolved too late for loading the data into the nested control. Could you please try to use temporarily a fixed NodeAliasPath? You could also add DelayedLoading="true" to the attachments control. If the static path will make difference, you would need to set the path property in the transformation code-behind (<script runat="server">...</script>) using particular lifecycle method override.
Regards, Zdenek
|