i frequently get this error when i submit button
A potentially dangerous Request.Form value was detected from the client i try to remove this error by setting on both page directive as
ValidateRequest="false"
and in web config as
<system.web>
<pages validateRequest="false" />
</system.web>
...BUT
None of Above Works ..
i still getting same Error.. Please Provide a suitable resolution..
Thanks & Regards,
Alokssm