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 is the use of updatepanel?
Is it true that a xmlhttprequest objects belongs to the w3c standard?
What will happen with click of browser "back" button among asynchronous requests?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
Techniques for asynchronous server communication have been around for years. What makes ajax a "new" approach?
What are the protocols used by Ajax?
What’s new is the prominent use of these techniques in real-world applications to change the fundamental interaction model of the web. Ajax is taking hold now because these technologies and the industry’s understanding of how to deploy them most effectively have taken time to develop.
Won't my server-side framework provide me with ajax?
Can I use asp.net ajax with any other technology apart from asp.net?
What are the tools for debugging ajax applications?
Describe ajax control extender toolkit? : asp.net ajax
What are Ajax applications?