.net - Quote marks in controls' property in ASP.NET markup -


Dummy looks, but I can not set the server-side control property, in which the quotation marks in a value "

:
  & lt; asp: comparator errorMessage =" currency-currency can not be equivalent to currency "runat =" server "/>  

I need to quote from "to" and "to".

I tried to avoid \ "from \" and - Both are not working. How to do it

Single quotes will not work because you have a single quote on the text


Comments