Saving Single Quotes as " ' " in the Database Vs HTML Number & # 39;
Saving Single Quotes as " ' " in the Database Vs HTML Number & # 39;
a2ztech
Posts: 19Questions: 2Answers: 1
Saving Single Quotes as " ' " in the Database Vs HTML Number "& # 39;"
Has anyone faced this issue and know the workaround?
I am using Data Editor for .NET
This discussion has been closed.
Replies
This is caused by the XSS protection. You can optionally disable that using the
Editor.Xss()
method and then use the DataTables' built intext
renderer to prevent XSS attacks.Allan