how to send more values through respnseText

Answers were Sorted based on User's Feedback



how to send more values through respnseText..

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

how to send more values through respnseText..

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

Post New Answer

More AJAX Interview Questions

Easy trough that the classical web applications are harder to make than ajax applications?

0 Answers  


What are the controls of the Script Management group?

1 Answers  


Explain what is polling in ajax?

0 Answers  


How does html_ajax compare with the xajax project at sourceforge?

0 Answers  


What is the asp.net ajax framework?

0 Answers  


Describe the accordionextender control? : asp.net ajax

0 Answers  


What is Script Manager?

1 Answers  


How can you find out that an ajax request has been completed? : asp.net ajax

0 Answers  


What are different readystate in ajax?

0 Answers  


What is the difference between json and ajax?

0 Answers  


Are ajax applications easier to develop than traditional web applications?

0 Answers  


How can we cancel the XMLHttpRequest in AJAX?

1 Answers  


Categories