whiplash
-
9/27/2012 7:53:54 AM
RE:best approach to add a link to a document in CMS.Event document type
Hi Martin
Thanks for replying ...
I have that set up, but I'm not sure exactly how to pull that document GUID out and apply it to a link .. which when clicked will navigate the user to the document.
<%# IfEmpty(Eval("EventFindOutMoreLink"), "", "<a href="+ GetDocumentUrl("EventFindOutMoreLink") +">" + Eval("EventFindOutMoreLinkText") + " »</a>") %></p>
|