下载的两个包ckeditor_3.6.2、ckeditor_aspnet_3.6.2
完全按照如下步骤来的,显示是正常的。为什么在后台cs文件里就是搞不出来.value?
Installation
Installing CKEditor is an easy task. Just follow these simple steps:1、Download the latest version of the editor from our web site: http://ckeditor.com. You should have already completed this step, but be sure you have the very latest version. 2、Extract (decompress) the downloaded file into the root of your web site. -------------------------------------------------------------------------------------------------------------Integrating CKEditor for ASP.NET with Your Page 
If you want to integrate CKEditor with your ASP.NET page, follow the steps outlined below. 1、Go to the official CKEditor download site and download the latest versions of both CKEditor 3.x and the CKEditor for ASP.NET Control. 2、Unpack both installation packages to a desired location. 3、Add a reference to the CKEditor for ASP.NET Control to your website.
In Visual Studio use the Add Reference command and browse to the bin\Release\CKEditor.NET.dll file from the bin folder of your application. 4、unpacked CKEditor for ASP.NET installation package. You can also manually copy the DLL file to the bin folder of your application. 5、Copy the unpacked editor files from the CKEditor 3.x installation package and paste them into the application directory of your website. 
Register the CKEditor for ASP.NET Control in your page: 
<%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>6、Insert a CKEditor instance into the page body: 
<CKEditor:CKEditorControl ID="CKEditor1" runat="server"></CKEditor:CKEditorControl>7、Run the ASP.NET application and open the page in the browser. A CKEditor instance should be added to the page. 

解决方案 »

  1.   

    完全是按照这个步骤来的也不行呀,真的要疯了。
    http://blog.csdn.net/zlchina1989/article/details/5620879
      

  2.   

    http://net.itcast.cn/ViewArticle-181.aspx
      

  3.   

    哥,我的路径也是按照说明来弄的呀。
    另外,11楼的大哥,我的ckeditor里有图片呢?用Text也可以么?
      

  4.   

    FCKeditor我用过还是比较好用的就是ie9要改一句代码要不上传图片不能用
    你是不是dll文件没引用  从工具箱直接拖得
      

  5.   


    .Text就是所有的都在了,图片链接什么的都有了
      

  6.   

    .Text里的文本是html标签加文本,而且样式都是那个编辑器给好的。
      

  7.   

    已经引用了的,引用了以后自动生成了一个bin文件夹,而且我也手动把dll文件复制进去试过。
    然后在工具箱里再添加了,编辑器在调试的时候可以显示出来,就是不能.出value来,是不是这个东东根本就没有value这个属性呢?
      

  8.   

    嗯,感谢14、15楼,下班后我再试试Text。
      

  9.   

    。value是点不出来的,必须是.Text
      

  10.   

    这个东西 我刚用过!   不是.value呀!   fck编辑控件是.value;    Cke控件取值是text.....  推荐你最好还是用fck吧,  cke很不稳定  用用你就知道啦,免得你后悔!  不会再问我
      

  11.   

    啊啊啊啊啊啊。
    亏得我还一直在坚持着找.value这个答案呢。
    昨天本来想下一个2.6.4来用的,结果没坚持。
    看来还是版本的问题?
      

  12.   

    以前叫Fckeditor时是有Value属性的,现在的CKEditor是Text属性了
      

  13.   

    我这几天也在纠结这个问题啊! 菜鸟伤不起啊!  我头都大了  真的不知道要怎么搞了
    我就是想搞个 后台编辑的 比如输入新闻 可以编辑文字的段落 还有文字的颜色什么的  但就是这个控件搞不好! 知道的兄弟们麻烦帮帮忙  [email protected] 谢谢了
      

  14.   

    嗯,我想很有用,先试试.text。非常有用的帖子