<%@ 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,在添加引用 .dll 之后,我创建了这个 CKeditor,但它显示了小文本区域,而不是我希望的 CKeditor。我使用版本 ckeditor_aspnet_3.6.4。版本有问题吗?