You are on page 1of 1

Server Error in '/AMMS11' Application.

--------------------------------------------------------------------------------
Invalid postback or callback argument. Event validation is enabled using <pages
enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidati
on="true" %> in a page. For security purposes, this feature verifies that argum
ents to postback or callback events originate from the server control that origi
nally rendered them. If the data is valid and expected, use the ClientScriptMan
ager.RegisterForEventValidation method in order to register the postback or call
back data for validation.
Description: An unhandled exception occurred during the execution of the current
web request. Please review the stack trace for more information about the error
and where it originated in the code.
Exception Details: System.ArgumentException: Invalid postback or callback argume
nt. Event validation is enabled using <pages enableEventValidation="true"/> in
configuration or <%@ Page EnableEventValidation="true" %> in a page. For securi
ty purposes, this feature verifies that arguments to postback or callback events
originate from the server control that originally rendered them. If the data i
s valid and expected, use the ClientScriptManager.RegisterForEventValidation met
hod in order to register the postback or callback data for validation.
Source Error:
An unhandled exception was generated during the execution of the current web req
uest. Information regarding the origin and location of the exception can be iden
tified using the exception stack trace below.
Stack Trace:

[ArgumentException: 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 serve
r 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.]
System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argum
ent) +261
System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument) +8
3
System.Web.UI.Control.ValidateEvent(String uniqueID) +35
System.Web.UI.WebControls.TextBox.LoadPostData(String postDataKey, NameValueC
ollection postCollection) +39
System.Web.UI.WebControls.TextBox.System.Web.UI.IPostBackDataHandler.LoadPost
Data(String postDataKey, NameValueCollection postCollection) +36
System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBef
oreLoad) +479
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint) +2549

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Vers
ion:2.0.50727.42

You might also like