1、在工具箱中加入工具:
先找到工具箱中的一般,按鼠标右键,【选择项目】 添加一下这个控件到 .NetFormwork元件下(FredCK.FCKeditorV2.dll)

2、在使用时候 在HTML页面<%@Page..指令下面放入
<%@ Register assembly="FredCK.FCKeditorV2" namespace="FredCK.FCKeditorV2" tagprefix="FCKeditorV2" %>

3、在后台程序引用中添加 FredCK.FCKeditorV2.dll
using FredCK.FCKeditorV2;

4、在HTMl页面中 放入        <FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server" ToolbarSet="Basic" Height="400px" Width="100%" BasePath="~/FCKeditor/">
        </FCKeditorV2:FCKeditor>

5、利用FCKeditor1.Value 获取值