hi,
problem in using script tag (or other html tag) in textbox and submit the page it gives the error as
A potentially dangerous Request.Form value was detected from the client
(TextBox1="<script>").
how to solve this problem
give the solution of its
thanks,
Hi somesh
You can resolve this problem by using javascript escape function for textbox value then submit this value
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