How can I concatenate two strings in a id of a unordered list. The problem is :
<li id='autor<%# Eval("id") %>' runat="server"/>
What I have inside of <%# Eval("id") %>
is the id of the author I and want in my id the string autor plus the id.
How can I do that?.
With the id it's different than the Text, so I don't know how to do that.