Use ckeditor for enter Message in ASP.net and LINQ to SQL

Posted by mohammad reza on Stack Overflow See other posts from Stack Overflow or by mohammad reza
Published on 2009-11-03T19:42:33Z Indexed on 2010/03/19 5:11 UTC
Read the original article Hit count: 798

Filed under:
|

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 ?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about ckeditor