Error about Request.Form when doing postback

  • Thread starter Thread starter Nathan Sokalski
  • Start date 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.
 
Back
Top