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 |
How can we get the state of the requested process? : asp.net ajax
What is the difference between synchronous and asynchronous requests?
what is ajax
Describe the ajax design pattern.
Explain the limitations of ajax? : asp.net ajax
Describe the process and benefits of using the always visible control extender?
How will you update multiple records in a single shot? From an ASP.net appli to SQL Serevr
When do I use a synchronous versus asynchronous request?
what are difference between server-side ajax framework and client-side ajax framework?
How we can send more values through the response text?
What is ajax method?
What browsers does html_ajax work with?