RE:Document type field: File selection
Forum Post
Oct 19, 2011
Hello, File selection field stores a NodeGUID of selected document. So, you will need to use GetDocumentUrl method instead of the GetFileUrl method: <a target="_blank" href="<%# GetDocumentUrl("Resource", "NodeAlias") %>"> <%# Eval("Title") %> </a> Best regards, Mich...