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 |
Where should I start?
Explain the updatepanel control? : asp.net ajax
Why do we use ajax?
How to use ajax in updateprogress control?
Explain limitations of ajax.
Which are the knowledge requirements for personal ajax functionality?
Why does html_ajax hang on some server installs?
What is the purpose of xmlhttprequest?
When will html_ajax have a stable release?
What is ajaxcontrol toolkit?
What are the properties of xmlhttprequest?
Why is ajax called ajax?