CKeditor in asp..net

本文关键字:net asp in CKeditor | 更新日期: 2023-09-27 18:00:39

<%@ Register assembly="CKEditor.NET" namespace="CKEditor.NET" tagprefix="CKEditor" %>
 <div class="main" style="height:400px; padding-top:30px;">
      <CKEditor:CKEditorControl ID="CKEditorControl1" runat="server">
             </CKEditor:CKEditorControl>
  </div>

我尝试在asp.net中使用CKeditor,在添加reference.dll后,我创建了这个CKeditor但它显示的是小文本区域,而不是我希望的CKeditor。我使用的是版本ckeditor_aspnet_3.6.4。这个版本有问题吗?

CKeditor in asp..net

只需查看增加div=>"main"的高度和宽度后,检查。。。