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 |
What is the name of the dll that contains the ajax control toolkit?
Is it possible to use fileupload control within the update panel?
What is synchronous request in ajax?
What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax
What is the difference between RegisterClientScriptBlock, RegisterClientScriptInclude and RegisterClientScriptResource?
1 Answers Clavax Technologies,
What are the protocols used by Ajax?
Can we call server-side code from javascript? : asp.net ajax
How can we detect asynchronous partial page postbacks?
How ajax work ?
What is the basic goals of AJAX ?
What are ajax extensions?
What are the benefits of ajax over java applet?