Hi,
I am very beginner in Kentico and its highly possible, that I am doing here something obviously , so I am asking for little patience.
The problem of mine is that Eval method used in ASCX transformation is not retrieving any data. Can someone tell me what am I doing wrong? I created an Article and assgined the Repeater (I also tried with the Univeral Viewer) to the zone on the page. In the Repeater I am choosing current Document by direct path or by ".". And choosing the "Default" transformation. Whole html content included in the transformation is displayed correctly. Instead of value from the form. (It is filled with data of course). I was able though to retrieve the GetDocumentUrl() from inside of the transformation.
The trasformation is very simple:
<h1><%# GetDocumentUrl() %></h1>
<h1><%# Eval("ArticleName") %></h1>
test
<%# Eval("ArticleText") %>
I am learning Kentico and trying to understand its possibilities, and this seems to be like the very basic feature. Hovewer it is not working...