how to send more values through respnseText
Answers were Sorted based on User's Feedback
Answer / mohammad tareque
Hi,
You can send your text values with concatination of '|'
operator, split it with pipe operator like
'responseText.split('|');', you will get array of your text.
And now you can access it
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mohammad tareque
You can also use JSON to send multiple text values in a array
format
Is This Answer Correct ? | 1 Yes | 0 No |
What are the pre-requisites to execute AJAX applications on a server?
Is there any use abilities problems in ajax?
Explain what is polling in ajax?
Is ajax just another name for xmlhttprequest?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax dev
Whats with the -alpha in the install instructions?
Should I use an http get or post for my ajax calls?
How do I handle concurrent ajax requests?
Can we nest the updatepanel controls? : asp.net ajax
Why did ajax kill himself?
Describe how to handle concurrent ajax requests?
Is it true that a xmlhttprequest objects belongs to the w3c standard?