Hi
I want to be able to add some asp tags into the text editor but when I save the text it encodes the greater than and less than symbols.
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
becomes:
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
Is there a option to prevent this or do I need to fix the string when I save it?
Thanks
Tristan
I want to be able to add some asp tags into the text editor but when I save the text it encodes the greater than and less than symbols.
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
becomes:
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
Is there a option to prevent this or do I need to fix the string when I save it?
Thanks
Tristan