Monday, February 27, 2017

How to use HTML Editor (Summernote) in asp.net c#



In this article I am going to tell how to use HTMl editor in simple and easy way using Summernote super easy editor.


So, for this we need five plug-ins, I am giving CDN link below you can download from it.


After this,

First create a new project or website in Visual studio.

And add following code:



This will give the output some like  :







Most important line to add in your page directive is  :

 ValidateRequest="false" 

So, when you run this code and click on the save button you might be getting this error something like:

 
 To remove this error Add this in you web.config inside system.web tag:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...