i am using asp.net 3.5 . i use ckeditor in mywebsite.
i put " <%@page validationRequest="false"......... %>"
in top of page and put <httpruntime validationRequestMode="2.0"/>
in web config but it has error .......
A potentially dangerous Request.Form value was detected from the client (TextBox1="<strong>gdfgfdgfdg</...").
how can i fix it?