jacques.honore-gmail
-
4/19/2012 5:27:06 AM
How to escape quotes in string ?
Hi,
Within a template I just want to know how it is possible to escape quotes within strings?
I am trying to conditionnaly print some HTML code:
<%# IfEmpty(Eval("EventFlyer"), "", "<span class="test">TEST</span>" %>
Thanks for the support. Jacques
|