For situations where you need to set a property like Text, you can also use this:
<asp:Label ID="Label1" runat="server"
Text='"<%# "<p><b>" + Eval("TextField1") + "</b></p>" %>'>
</asp:Label>
Basically, you need to make the fixed HTML part of the data binding expression.
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|