0

im getting this error when i click my radio button, what is the solution for this------

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 data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.

2
  • can you please post part of code. Commented Nov 30, 2009 at 11:19
  • lmgtfy.com/… Commented Nov 30, 2009 at 11:37

1 Answer 1

1

The post back is failing validation. Some suspicous character(s) are being posted back to the server.

http://msdn.microsoft.com/en-us/library/system.web.ui.page.enableeventvalidation.aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.