I have this expression:
<asp:Label Text='<%# Eval("Analista") %>' runat="server" /><br />
The result is Approved or Disapproved. I would like to add the following word: by: In which the end result would be:
Approved / Disapproved by:
How do I do this? I tried with the by: within the single quotation mark, I tried with + inside the single quotation mark, I tried out and none of the alternatives worked out.