Hi all.
I have a problem and can't get the solution...
i have added a new field to the BlogPost document type called "BlogPostAutor" because the author can vary from the person which creates the document. The "Author" field uses the User-Selector control....
In my transformation i have this:
<div class="autor">
<%# GetUserAvatarImage(Eval("BlogPostAutor"), 200, 0, 0, BlogFunctions.GetUserFullName(Eval("BlogPostAutor"))) %>
<p class="autorName">
<%# BlogFunctions.GetUserFullName(Eval("BlogPostAutor")) %>
</p>
<p class="autorDescription">
??
</p>
</div>
The avatar image & the name are perfectly displayed but I also want the "User Description" to be showed, but don't know how it is done....I guess its quite easy but i can't get it...
Thank you!
best regards