Hello anybody, I have a model Model.NoiDung in Views with content example: "<p>content here</p>".
I don't know how to show this content in body of ckeditor for editing.
My code inserting ckeditor in Views: <CKEditor:CKEditorControl ID="CKEditorControl1" Height="250px" Width="604px" ResizeEnabled="false" runat="server" HtmlEncodeOutput="False"></CKEditor:CKEditorControl>
Thank you!