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 exactly is the w3c dom?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
How do we get the xmlhttprequest object?
What are the security issues with ajax?
Differentiate between synchronous and asynchronous ajax requests.
Are there any frameworks available to help speedup development with ajax?
Where can I find examples of ajax?
When will html_ajax have a stable release?
What is the purpose of xmlhttprequest?
Difference between server-side ajax framework and client-side ajax framework?
Explain the limitations of ajax? : asp.net ajax
What is use of Update Panel control in Ajax toolkit?