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

How Ajax objects can be created?

1 Answers  


What is the xmlhttprequest object?

0 Answers  


What is an ajax request?

0 Answers  


What is the difference between proxied and proxyless calls in AJAX?

1 Answers  


What is the disadvantage of ajax?

0 Answers  






What is JSON in Ajax?

1 Answers  


Is ajax a technology platform or is it an architectural style?

0 Answers  


What is the importance of client-side libraries? : asp.net ajax

0 Answers  


Where AJAX cannot be used?

1 Answers  


Is it possible to use fileupload control within the update panel?

0 Answers  


How to create an ajax website using visual studio?

0 Answers  


Did adaptive path help build google's ajax applications?

0 Answers  


Categories