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 |
How Ajax objects can be created?
What is the xmlhttprequest object?
What is an ajax request?
What is the difference between proxied and proxyless calls in AJAX?
What is the disadvantage of ajax?
What is JSON in Ajax?
Is ajax a technology platform or is it an architectural style?
What is the importance of client-side libraries? : asp.net ajax
Where AJAX cannot be used?
Is it possible to use fileupload control within the update panel?
How to create an ajax website using visual studio?
Did adaptive path help build google's ajax applications?