Click here to Skip to main content
15,887,346 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
i am using delete button within repeater control,when i press on delete it show fallowing error-
and repeater does not bind data after delete .i am binding data within(!postback)
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.

plz help me .
Posted
Comments
Sampath Lokuge 5-Dec-13 3:19am    
Can you post your code snippets related to your issue ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900