0 Replies Latest reply: Feb 13, 2012 8:12 AM by frogstyling RSS

    Template changes code that shouldn't.

    frogstyling Community Member

      When customizing a template and saving it, on a page something strange happens.

      The "\" character is added like this :

      Response.Write((rsOrders.Fields.Item(\"OrderID\").Value))

      which should remain like it was, without the "\" 's :

      Response.Write((rsOrders.Fields.Item("OrderID").Value))

      I already delete the "WinFileCache-D06F2AB8.dat" file, but I can not solve this issue.

       

      What could be the problem ?