Getting editor text without html code

大憨熊 提交于 2019-12-12 02:45:46

问题


I used CKeditor in my project. I want to record the data which is writed in the CKeditor text to database. When I use to get content from CKeditor I used CKEditor1.Text but the problem is that when I record the data it is recorded with together HTML code. For example I have writen in the Ckeditor Computer Programing and I selected this write as bold it records the write to database as <b>Computer Programing</b>. And I want to record the database same as Computer Programing and I want to show to Computer Programing in the datalist as bold.

来源:https://stackoverflow.com/questions/18497967/getting-editor-text-without-html-code

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!