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 |
Easy trough that the classical web applications are harder to make than ajax applications?
What are the controls of the Script Management group?
Explain what is polling in ajax?
How does html_ajax compare with the xajax project at sourceforge?
What is the asp.net ajax framework?
Describe the accordionextender control? : asp.net ajax
What is Script Manager?
How can you find out that an ajax request has been completed? : asp.net ajax
What are different readystate in ajax?
What is the difference between json and ajax?
Are ajax applications easier to develop than traditional web applications?
How can we cancel the XMLHttpRequest in AJAX?