Click here to Skip to main content
15,899,124 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: wizard contol Pin
sumit703418-Aug-08 2:27
sumit703418-Aug-08 2:27 
GeneralRe: wizard contol Pin
UD(IA)18-Aug-08 2:45
UD(IA)18-Aug-08 2:45 
GeneralRe: wizard contol Pin
sumit703418-Aug-08 20:01
sumit703418-Aug-08 20:01 
Questionafter include updatepanel page getting postback ..., Pin
Member 387988118-Aug-08 1:37
Member 387988118-Aug-08 1:37 
AnswerRe: after include updatepanel page getting postback ..., Pin
SomeGuyThatIsMe18-Aug-08 2:06
SomeGuyThatIsMe18-Aug-08 2:06 
GeneralRe: after include updatepanel page getting postback ..., Pin
Member 387988118-Aug-08 2:10
Member 387988118-Aug-08 2:10 
GeneralRe: after include updatepanel page getting postback ..., Pin
SomeGuyThatIsMe18-Aug-08 2:37
SomeGuyThatIsMe18-Aug-08 2:37 
QuestionInvalid postback or callback argument Pin
pbbhatt18-Aug-08 1:08
pbbhatt18-Aug-08 1:08 
Hi...

This is My eror....here i am sending complete error message.Kindly give me solution OR guide me.





Server Error in '/trialwebsite' Application.

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.
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 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.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified 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 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.]
System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument) +367
System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument) +83
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +51
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +31
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +32
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +72
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3837

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42




Regards,
Pinakin

pbbhatt@gmail.com
AnswerRe: Invalid postback or callback argument Pin
Christian Graus18-Aug-08 1:32
protectorChristian Graus18-Aug-08 1:32 
AnswerRe: Invalid postback or callback argument Pin
AhsanS18-Aug-08 2:02
AhsanS18-Aug-08 2:02 
AnswerRe: Invalid postback or callback argument Pin
N a v a n e e t h18-Aug-08 2:08
N a v a n e e t h18-Aug-08 2:08 
QuestionList box value Pin
Mogha Ritesh18-Aug-08 0:26
Mogha Ritesh18-Aug-08 0:26 
AnswerRe: List box value Pin
Manas Bhardwaj18-Aug-08 0:27
professionalManas Bhardwaj18-Aug-08 0:27 
AnswerRe: List box value Pin
The Web Developer18-Aug-08 0:38
The Web Developer18-Aug-08 0:38 
AnswerRe: List box value Pin
UD(IA)18-Aug-08 3:26
UD(IA)18-Aug-08 3:26 
QuestionUserControl Pin
danasegaranea17-Aug-08 22:57
danasegaranea17-Aug-08 22:57 
AnswerRe: UserControl Pin
N a v a n e e t h17-Aug-08 23:45
N a v a n e e t h17-Aug-08 23:45 
GeneralRe: UserControl Pin
danasegaranea18-Aug-08 1:42
danasegaranea18-Aug-08 1:42 
GeneralRe: UserControl Pin
N a v a n e e t h18-Aug-08 1:58
N a v a n e e t h18-Aug-08 1:58 
GeneralRe: UserControl Pin
danasegaranea18-Aug-08 2:14
danasegaranea18-Aug-08 2:14 
GeneralRe: UserControl Pin
N a v a n e e t h18-Aug-08 2:43
N a v a n e e t h18-Aug-08 2:43 
GeneralRe: UserControl Pin
danasegaranea18-Aug-08 2:55
danasegaranea18-Aug-08 2:55 
GeneralRe: UserControl Pin
N a v a n e e t h18-Aug-08 3:05
N a v a n e e t h18-Aug-08 3:05 
AnswerRe: UserControl Pin
Mogha Ritesh18-Aug-08 0:29
Mogha Ritesh18-Aug-08 0:29 
QuestionHide html buttun Pin
The Web Developer17-Aug-08 22:30
The Web Developer17-Aug-08 22:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.