November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
PropertyDocumentUrl is a type, while PageLink is a property name. I'm guessing you need to change your markup to
<EPiServer:Property runat="server" PropertyName="EPiPropURLtoDocument" />
Hi Per,
Thanks for the Reply.
I trie your suggestion but, agin I got the Error message as : [Error: No property "EPiPropURLtoDocument".]
Actually, In the code :
<EPiServer:Property ID="EPiPropURLtoDocument" runat="server" PropertyName="PropertyDocumentURL" />
"EPiPropURLtoDocument" is something that I have given for the reference, but it is not used/created anywhere earlier.
Hi,
I'm trying to Use EPiServer Property in my aspx page as follows :
And the ASPX.cs file is also inherited from TemplatePage class.
But, In the web I'm seeing the message as "[Error: No property "PropertyDocumentURL".]"
When I tried with :