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 many types of triggers are present in update panel?
Differentiate between synchronous and asynchronous ajax requests.
Who's using ajax?
Should I use an http get or post for my ajax calls?
When not to use JSON?
Is it possible to use fileupload control within the update panel?
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
What meaning has asp.net ajax?
Are there any frameworks available to help speedup development with ajax?
What are different readystate in ajax?
Did adaptive path help build google's ajax applications?
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax