G
Guest
I have a couple of pages that are throwing the following error:
HTTPUnhandledException and the text of the message is:
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.
I don't know what this means but I have tried putting enableEventValidation
in the web.config file and it crashes. I tried putting it in the page itself
in the <%@ Page directive and the page crashes. I tried seeing if it is part
of the Page object itself and it's not listed.
So what does this error mean and how do I get rid of it?
This site is a .Net 1.1 site in VB.Net.
TIA - Jeff.
HTTPUnhandledException and the text of the message is:
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.
I don't know what this means but I have tried putting enableEventValidation
in the web.config file and it crashes. I tried putting it in the page itself
in the <%@ Page directive and the page crashes. I tried seeing if it is part
of the Page object itself and it's not listed.
So what does this error mean and how do I get rid of it?
This site is a .Net 1.1 site in VB.Net.
TIA - Jeff.