A potentially dangerous Request.Form value was detected from the client (textbox_1="<div><img border="0"...").
if i change the view to source and then back to design, the editor adds textbox_1="" is it possible to make this stop.
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.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp 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