Invalid postback or callback argument Error

G

Guest

Hi,
I'm getting the following error when requesting asp.net page.


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.

Any thoughts are welcome.

Thanks
 
B

bruce barker \(sqlwork.com\)

the message is pretty clear. the browser is posting back a value for a
unknown control, or a value out of range. this usually happens when client
code changes the values of a dropdown. if so following the instruction in
the message.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top