当前位置:编程学习 > C#/ASP.NET >>

如何将fckeditor中的html标记读取出来,保存到数据库中,急!在线等答案!!!!

我是使用FckEditor控件,我在编辑器中输入:你好,欢迎使用本软件。把他切换到源代码显示<p>你好,欢迎使用本软件</p>
如何获取到源代码的值?
=========================================
那个高手帮我解决下!!!在下感谢不尽!!!!! --------------------编程问答-------------------- 源代码?你切换到源代码,是不显示的。只有P标签显示,再说显示那些源码安全吗?`~ --------------------编程问答--------------------   string strContent = Server.HtmlDecode(this.FCKeditor1.Value.Replace("'", "''").ToString()); --------------------编程问答-------------------- 直接 
FCKeditor1.Value 
取的就是源码的值 --------------------编程问答-------------------- 有什么区别吗? --------------------编程问答-------------------- FCKeditor1.Value  这就是源代码的值?
    我试了的好像没有!!! --------------------编程问答-------------------- string strContent = Server.HtmlDecode(this.FCKeditor1.Value.Replace("'", "''").ToString());
 这句话的的使用帮我解释一下,谢谢咯
--------------------编程问答-------------------- this.FCKeditor1.Value.Replace("'", "''")
if(!IsPostBack)
{
} --------------------编程问答-------------------- this.FCKeditor1.Value.Replace("'", "''")
   这个括号里面怎么写?
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,