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

JavaScript

 
QuestionProblem with args.isValid in JS Pin
dayakar_dn1-Feb-12 22:14
dayakar_dn1-Feb-12 22:14 
AnswerRe: Problem with args.isValid in JS Pin
Mohibur Rashid1-Feb-12 22:36
professionalMohibur Rashid1-Feb-12 22:36 
GeneralRe: Problem with args.isValid in JS Pin
dayakar_dn1-Feb-12 23:03
dayakar_dn1-Feb-12 23:03 
GeneralRe: Problem with args.isValid in JS Pin
Mohibur Rashid1-Feb-12 23:10
professionalMohibur Rashid1-Feb-12 23:10 
Questionupdate several DIV using javascript with mysql data Pin
Sergio8430-Jan-12 10:09
Sergio8430-Jan-12 10:09 
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 
In the posted AJAX request the data will be sent as name value pairs. To make any sense of the parameters one must know which parameter is which and this is usually done by giving a name to this parameter. You have three parameters here and the first two are called __EVENTTARGET and __EVENTARGUMENT. I guess in your Default.aspx these parameters are evaluated to figure out what is to be done. The name of your third parameter was given in a way that suggests it is some kind of client side ID the way it is rendered by ASP.NET, but in order for your code to figure which parameter to retrieve you would never use the client side ID for the parameters name as this ID is allowed to change and can thus not be used to identify a parameter when it is processed at the server side.

From what you've told us one can only assume that when your server side code (Default.aspx) retrieves the third parameter it tries to fetch it by its name and that name must be txtValue_text.

Regards,

Manfred

"With sufficient thrust, pigs fly just fine."
Ross Callon, The Twelve Networking Truths, RFC1925

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

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.