Use ckeditor for enter Message in ASP.net and LINQ to SQL
- by mohammad reza
hi
I want to use Ckeditor for Entering text and I want to save that text in Database,but when I Write the text in editor and I want to save it in database this error appeared .
A potentially dangerous Request.Form value was detected from the client (editor1="
this is my code :
M.Body = editor1.Value;
my feild that I want to save the text is Body and I use LINQ to SQL for relation with database .
How do I can save text in database whit this editor ?