ASPX templates
Version 4.x > ASPX templates > How can I disply blog post title Only in website with CMSRepeater webpart ? View modes: 
User avatar
Member
Member
jwzhang1999-gmail - 9/7/2009 3:30:05 AM
   
How can I disply blog post title Only in website with CMSRepeater webpart ?
I want bind post title only, I can edit TransformationName property . I Edit its transformation as follows:
<table>
<tr>
<td>Post title:</td>
<td><%# Eval("BlogPostTitle") %></td>
</tr>
</table>.
But no content in form? who can help me ?thanks.

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 9/12/2009 3:27:45 AM
   
RE:How can I disply blog post title Only in website with CMSRepeater webpart ?
Hello,

Could you please specify in more details what you mean by "no content in form"? Do you mean repeater doesn't display content on live site? Could you please let me know if you see "Post title:" text at least or repeater doesn't display anything at all? If it doesn't display anything at all, could you please try to set some text into 'No record found text:' property of repeater and let me know if this text is displayed then?

Best Regards,

Martin Dobsicek