首先,我们需要下载一个 fckeditor的包,然后把他拖到我们的项目目录里,
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<body>
<form id="form1" runat="server">
<div>
<FCKeditorV2:FCKeditor runat="server" BasePath="fckeditor/" Height="300px"
ID="txt_content">
</FCKeditorV2:FCKeditor>
</div>
</form>
</body>