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:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUX-SGXtPaOs8B_FcHz-2Tme_mf1wYDJ_LEzxgYAUV5SYr0clkgOQlqUxxT1hFAetFOt_XZ0BNpV1E_la5SPYYndvrfZaXFZ7F8hIdoHV8gsLYWg6HxhFT0KXL1oj5NudB8-QXy2ZjkI4/s400/Untitled.jpg)
To remove this error Add this in you web.config inside system.web tag:
No comments:
Post a Comment