How we can send more values through the response text?
Answer / Moh Sharif Khan
To send multiple values in a single AJAX response, you can serialize your data as JSON (using JSON.stringify()) and set it as the responseText or responseData of your XMLHttpRequest object. On the client side, parse the response using JSON.parse().
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between json and ajax?
Can we call server-side code from javascript? : asp.net ajax
How to handel error in ajax?
Explain limitations of ajax.
What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax
What are limitations of ajax?
Whattrigger will fire initially by using update panel?
Does ajax have the same meaning as xmlhttprequest?
What are all the controls of Ajax?
What is the difference between a destructor and a garbage collector?
Would we be able to settle the updatepanel controls?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?