I am currently looking after a asp.net web application developed by another developer. I have integrated the ckeditor with the asp.net web site by following the steps (as per the instruction : http://blogs.planetcloud.co.uk/mygreatdiscovery/post/Using-CKEditor-and-TinyMCE-with-ASPNET-MVC.aspx)
1. Downloaded the latest version of ckeditor (not the version for asp.net) and copy pasted the folder under Script folder
2. Added reference of ckeditor script in the code
3. changed the javascript code
the website was previously using bootstrap-wysihtml editor. but client needs a better editor. By following the steps the ckeditor I've integrated with the website but the problem is the website can't recognize the value that is written in the ckeditor field nor does it save those value in the database.
As you can see in the picture of the webpage even after the text written in the description the form was not submitted and asking to input description. If I withdraw the validation for this field the form then submits but whatever I write in the field is not being saved. So when i open it the description field is blank.
I have added the image of the codes here.
please give me any advice. If you need more information please ask me...