Invalid PostBack or callback argument.

Source: Internet
Author: User

[Argumentexception: Invalid PostBack or callback argument. event validation is enabled using <pages enableeventvalidation = "true"/> in configuration or <% @ page enableeventvalidation = "true" %> in a page. for security purposes, this feature verifies that arguments to PostBack or callback events originate from the server control that originally rendered them. if the data is valid and expected, use the clientscriptmanager. registerforeventvalidation method in order to register the PostBack or callback data for validation.]
System. Web. UI. clientscriptmanager. validateevent (string uniqueid, string argument) + 367
System. Web. UI. Control. validateevent (string uniqueid, string eventargument) + 83
System. Web. UI. webcontrols. Button. raisepostbackevent (string eventargument) + 52
System. Web. UI. webcontrols. Button. system. Web. UI. ipostbackeventhandler. raisepostbackevent (string eventargument) + 31
System. Web. UI. Page. raisepostbackevent (ipostbackeventhandler sourcecontrol, string eventargument) + 32
System. Web. UI. Page. raisepostbackevent (namevaluecollection postdata) + 72
System. Web. UI. Page. processrequestmain (Boolean includestagesbeforeasyncpoint, Boolean includestagesafterasyncpoint) + 3843

 

Error Solution

1. Add in <pages enableeventvalidation = "false"/> Web. config

2. Page. clientscript. registerforeventvalidation (this. uniqueid );

Reference

Http://forums.asp.net/t/922994.aspx

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.