dinethnipuna-gmail
-
2/10/2014 6:10:11 PM
GetDocumentUrl goes to empty page
Hi All, I have a transformation on a repeater as follows. <table style="border:1px solid black;"> <tr> <td><h3><a class="header bold" style="color: Black "><%# Eval("Title", true) %></a></h3> </td> </tr> <tr> <td width="1500"> <%# Eval("Title") %> xxxxxxxxxxxxxxxxxxx </td> </tr> <tr> <td width="1500">Description: <%# Eval("DocDescription") %></td> </tr> <tr> <!--<td>Link to PDF: <a href="<%# GetFileUrl("PDF") %>">Download PDF</a></td> --> <td width="1500"> <a href="<%# Eval("PDF")%>">PDF</a> </td> </tr> <tr> <td><h3><a class="header bold" style="color: #58ACFA" href="<%# GetDocumentUrl() %>"> click here to add comments</a></h3> </td> </tr> </table> <br/><br/>
Once the user clicks on the "click here to add comments" (GetDocumentUrl()), it goes to empty page till I change the Document type properties ->Template->"Do not inherit any content ". But the issue is when I set this I can not see the Masterpage themes (header, navigation bar , colors, etc). Can someone please help me to resolve this, this is bit urgent .
|