Editor Datatables Submit Arabic Text with Wrong Format
Editor Datatables Submit Arabic Text with Wrong Format
marwanatef
Posts: 1Questions: 1Answers: 0
im trying to save a new record as Arabic String using ADO.NET Datatables
it
s save but the string format is wrong it`s come to be & # 1 6 0 5 ; & # 1 5 7 6 ; & # 1 5 8 5 ; & # 1 6 05 ; & # 1 5 8 0 ; "without spaces"
why is that , and how to solve this problem ?
This discussion has been closed.
Answers
Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.
Information on how to create a test page, if you can't provide a link to your own page can be found here.
Thanks,
Allan
hi marwa how did you fix this problim please? because i face it too
hi,
if any one solve this please share the solution as I am also getting same,
Could you try disabling the XSS protection using the
Field.Xss( false )
method? I wonder if Microsoft's XSS library is encoding too much!Allan
Dear Allan,
You are the man, it solved the problem