Click here to Skip to main content
15,888,610 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: update several DIV using javascript with mysql data Pin
Mohibur Rashid7-Feb-12 19:38
professionalMohibur Rashid7-Feb-12 19:38 
QuestionJQuery.ajax not working Pin
Ali Al Omairi(Abu AlHassan)30-Jan-12 0:23
professionalAli Al Omairi(Abu AlHassan)30-Jan-12 0:23 
AnswerRe: JQuery.ajax not working Pin
Manfred Rudolf Bihy30-Jan-12 4:21
professionalManfred Rudolf Bihy30-Jan-12 4:21 
GeneralRe: JQuery.ajax not working Pin
Ali Al Omairi(Abu AlHassan)30-Jan-12 5:18
professionalAli Al Omairi(Abu AlHassan)30-Jan-12 5:18 
GeneralRe: JQuery.ajax not working Pin
Not Active30-Jan-12 5:40
mentorNot Active30-Jan-12 5:40 
GeneralRe: JQuery.ajax not working Pin
Ali Al Omairi(Abu AlHassan)30-Jan-12 20:47
professionalAli Al Omairi(Abu AlHassan)30-Jan-12 20:47 
GeneralRe: JQuery.ajax not working Pin
Not Active31-Jan-12 1:32
mentorNot Active31-Jan-12 1:32 
AnswerRe: JQuery.ajax not working Pin
Ali Al Omairi(Abu AlHassan)30-Jan-12 21:48
professionalAli Al Omairi(Abu AlHassan)30-Jan-12 21:48 
Well ...,
ctl00$ContentPlaceHolder1$txtValue in a name of an existing TextBox in the Page,so this request will cause an exception of type ArgumentException in the function ClientScriptManager.ValidateEvent() ( the stack trace below )

XML
[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) +173
   System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument) +69
   System.Web.UI.WebControls.TextBox.LoadPostData(String postDataKey, NameValueCollection postCollection) +34
   System.Web.UI.WebControls.TextBox.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) +14
   System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +343
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1743


We can avoid that by setting the property Page.EnableEventValidation to false.
Help people,so poeple can help you.

GeneralRe: JQuery.ajax not working Pin
Not Active31-Jan-12 1:29
mentorNot Active31-Jan-12 1:29 
QuestionCalling a Shared function from the Client side Pin
Vimalsoft(Pty) Ltd28-Jan-12 3:59
professionalVimalsoft(Pty) Ltd28-Jan-12 3:59 
AnswerRe: Calling a Shared function from the Client side Pin
Ali Al Omairi(Abu AlHassan)29-Jan-12 23:59
professionalAli Al Omairi(Abu AlHassan)29-Jan-12 23:59 
GeneralRe: Calling a Shared function from the Client side Pin
Vimalsoft(Pty) Ltd30-Jan-12 19:09
professionalVimalsoft(Pty) Ltd30-Jan-12 19:09 
Questionchange address link Pin
Member 790448224-Jan-12 20:42
Member 790448224-Jan-12 20:42 
AnswerRe: change address link Pin
thatraja26-Jan-12 0:15
professionalthatraja26-Jan-12 0:15 
Questionretreive table cell data Pin
MacRaider424-Jan-12 3:26
MacRaider424-Jan-12 3:26 
AnswerRe: retreive table cell data Pin
MacRaider424-Jan-12 3:50
MacRaider424-Jan-12 3:50 
AnswerRe: retreive table cell data Pin
Graham Breach24-Jan-12 6:56
Graham Breach24-Jan-12 6:56 
QuestionHow to browse folder or image Pin
sathyan_829419-Jan-12 5:04
sathyan_829419-Jan-12 5:04 
AnswerRe: How to browse folder or image Pin
R. Giskard Reventlov20-Jan-12 13:20
R. Giskard Reventlov20-Jan-12 13:20 
GeneralRe: How to browse folder or image Pin
koolkabin@live.com23-Jan-12 5:06
professionalkoolkabin@live.com23-Jan-12 5:06 
AnswerJquery pop question Pin
prathoven18-Jan-12 16:22
prathoven18-Jan-12 16:22 
AnswerRe: Jquery pop question Pin
R. Giskard Reventlov20-Jan-12 12:57
R. Giskard Reventlov20-Jan-12 12:57 
GeneralRe: Jquery pop question Pin
prathoven22-Jan-12 14:54
prathoven22-Jan-12 14:54 
GeneralRe: Jquery pop question Pin
ZurdoDev27-Jan-12 8:25
professionalZurdoDev27-Jan-12 8:25 
Questionconverting html into plaintext Pin
MalarGayu18-Jan-12 13:18
MalarGayu18-Jan-12 13:18 

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.