asp.net - Invalid postback or callback argument. Debug question -
I'm getting the error: "Invalid postback or callback argument. The validation of the event is enabled in the configuration or in a page. For purposes, this feature confirms that the arguments for postback or callback event are generated by the originally provided server control. If the data is valid and expected, then to postback or callback data for verification Use the ClientScriptManager.RegisterForEventValidation method. "The event is capable of using configuration in configuration or in a page. I am not modifying the data in the control via javascript. The error is very often and after throwing exceptions, I know it because of some automated e-mailing. What is the best way for me to find the reason for the exception? Is it possible that this error is causing some text to enter text box and should I encode an HTML? When do I want to convert to sign?
If the problem is frequently, usually means something The user has posted a page quickly or has received a very bad connection, which does not keep all the hidden ASP.net callback javascript mechanisms in place.
Comments
Post a Comment