Click here to Skip to main content
15,894,539 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerXmlTextWriter Pin
David Mujica1-May-09 5:48
David Mujica1-May-09 5:48 
QuestionGridview setting column widths Pin
dptalt1-May-09 3:41
dptalt1-May-09 3:41 
AnswerRe: Gridview setting column widths Pin
MidwestLimey1-May-09 4:58
professionalMidwestLimey1-May-09 4:58 
GeneralRe: Gridview setting column widths Pin
dptalt1-May-09 5:53
dptalt1-May-09 5:53 
Questioni want to save image of chart from page on bottom click? Pin
Piyush Vardhan Singh1-May-09 1:57
Piyush Vardhan Singh1-May-09 1:57 
Questionweb service message queue (can some one please Help me) Pin
Member 46590011-May-09 1:26
Member 46590011-May-09 1:26 
AnswerRe: web service message queue (can some one please Help me) Pin
MidwestLimey1-May-09 4:43
professionalMidwestLimey1-May-09 4:43 
Questioncrash test on my website resolved exception Pin
shabya1-May-09 0:48
shabya1-May-09 0:48 
hello,
in order to test the stability of my code i tried to crash it and unfortunatly i succeeded.

what i was testing is to see what will happen if i click a 'post button' many times

this page i tested has input arguments along with validation.

is there a solution for this or shall i use the 'ugly way' and disable the button until next postback ?


here's the exception :

Server Error in '/' 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) +159
   System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument) +108
   System.Web.UI.WebControls.DropDownList.LoadPostData(String postDataKey, NameValueCollection postCollection) +55
   System.Web.UI.WebControls.DropDownList.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) +11
   System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +353
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1194


.

tnx in advance

avi
AnswerRe: crash test on my website resolved exception Pin
Jeff Circeo1-May-09 2:24
Jeff Circeo1-May-09 2:24 
GeneralRe: crash test on my website resolved exception Pin
shabya1-May-09 10:34
shabya1-May-09 10:34 
AnswerRe: crash test on my website resolved exception Pin
Paddy Boyd1-May-09 2:38
Paddy Boyd1-May-09 2:38 
JokeRe: crash test on my website resolved exception Pin
shabya1-May-09 10:33
shabya1-May-09 10:33 
Questioncan enybody help me for import contacts Pin
sasib1-May-09 0:40
sasib1-May-09 0:40 
AnswerRe: can enybody help me for import contacts Pin
saanj1-May-09 1:29
saanj1-May-09 1:29 
GeneralRe: can enybody help me for import contacts Pin
sasib1-May-09 2:31
sasib1-May-09 2:31 
AnswerRe: can enybody help me for import contacts Pin
shexiaohui1-May-09 3:30
shexiaohui1-May-09 3:30 
QuestionFirst and last day of a given week Pin
amit sahu201-May-09 0:21
amit sahu201-May-09 0:21 
AnswerRe: First and last day of a given week Pin
MidwestLimey1-May-09 4:47
professionalMidwestLimey1-May-09 4:47 
QuestionLogged in and logged out. Pin
248912830-Apr-09 22:30
248912830-Apr-09 22:30 
AnswerRe: Logged in and logged out. Pin
Abhijit Jana30-Apr-09 22:48
professionalAbhijit Jana30-Apr-09 22:48 
GeneralRe: Logged in and logged out. Pin
248912830-Apr-09 23:10
248912830-Apr-09 23:10 
GeneralRe: Logged in and logged out. [modified] Pin
Abhijit Jana30-Apr-09 23:34
professionalAbhijit Jana30-Apr-09 23:34 
GeneralRe: Logged in and logged out. Pin
24891281-May-09 0:30
24891281-May-09 0:30 
GeneralRe: Logged in and logged out. Pin
Abhijit Jana1-May-09 0:32
professionalAbhijit Jana1-May-09 0:32 
GeneralRe: Logged in and logged out. Pin
24891281-May-09 3:54
24891281-May-09 3:54 

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.