ASP.NET Master Page: Event Validation Error
问题 I included a repeater in my master page. The repeater has a button that I set its CommandArgument. However when I click the button I get the following exception: System.ArgumentException: Invalid postback or callback argument. Event validation is enabled using 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