Introduction
Hi guys Let’s us integrate html editor in our ASP.Net website application.
Here I am taking CKEditor as an example.
Step 1
Download the HTML Editor along with ASP.Net control from the website.
Step 2
![]()
Add the HTML Editor (ckeditor) in your application.
Step 3
![]()
Add Reference of the ASP.Net Control for HTML Editor to your application.
Now we are ready, just register it with your ASP.Net page.
Step 4
![]()
Add it in your .aspx page along with a label or anything where you want to so the message.
Add a submit button for submit it.
Step 5
![]()
Just write a simple code and run the application.
![]()
Write here what you want to write and click the Update(Submit) button.
![]()
And you get this, as you wrote in the editor. Enjoy the WYSIWYG html editor.
Thanks