Error about Request.Form when doing postback

  • Thread starter Nathan Sokalski
  • Start date
N

Nathan Sokalski

There is a TextBox on my Page that I add the text to in the Init event. When
I do a PostBack, I recieve the following error:

A potentially dangerous Request.Form value was detected from the client
(ctl00$cphExampleContent$txtValidatorTags="<NJS:ConditionalRequ...").

I have tried disabling EventValidation, but they didn't help, and it doesn't
look to me like this is an EventValidation error anyway. What can I do to
fix this? Thanks.
 
Z

zzzxtreme

u need to set validateRequest=false either in the aspx page, or in
web.config
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top