I think it has to do with ASP.NET request validation: http://www.asp.net/learn/whitepapers/request-validation/
It throws the exception if e. g. HTML tags are sent with the request.
Max
2009-10-27 10:11:24
I think it has to do with ASP.NET request validation: http://www.asp.net/learn/whitepapers/request-validation/
It throws the exception if e. g. HTML tags are sent with the request.
Looks like you have HTML markups in the submitted form fields, could be this one:
&_TSM_Combin%20</div>%20%20%20%20%20%20%20%20<div%20id=
The <div>
's the culprit.