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 prerequisite for Update Panel in Ajax?
What are the common problems (errors) you get while implementing AJAX?
What is Synchronous and Asynchronous AJAX request.
What are synchronous and asynchronous ajax requests?
What is the response time when using ajax?
Describe how to handle concurrent ajax requests?
How do I access data from other domains to create a mashup with java?
What is asp.net 2.0 ajax?
What are the differences between ajax and javascript? : asp.net ajax
Whats with the -alpha in the install instructions?
What are the different controls of asp.net ajax? : asp.net ajax
What is the use of updatepanel?