If you are using vs 2008: write ValidateRequest="False" in the page directive.
For vs 2010: write ValidateRequest="False" in the page directive, and in web.config file <system.web> <httpRuntime requestValidationMode="2.0"/> </system.web>
Hi somesh
You can resolve this problem by using javascript escape function for textbox value then submit this value