This error is encountered when the content has HTML tags in it.
Please follow the steps below to get rid of this error.
1. Open you web.config file and add the entry of <httpRuntime requestValidationMode="2.0" /> under the <System.web>
<system.web>
.....
<httpRuntime requestValidationMode="2.0" />
</system.web>
2. Now open the page on which you are getting this error and add ValidateRequest="false" in the page directive.
<%@Page Language="C#" AutoEventWireup="true" ValidateRequest="false" %>
Referenced Link > Troubleshooting: A potentially dangerous Request.Form value was detected
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx