What is the difference between proxied and proxyless calls in AJAX?
Answer Posted / v madhu babu
Proxied calls are made through stub objects which can be called from PHP classes on the JavaScript side in AJAX.
Proxyless calls are made using utility JavaScript functions like HTML_AJAX.replace() and HTML_AJAX.append() in AJAX.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Which are the trigger types that we find in update panel?
Difference between server-side ajax framework and client-side ajax framework?
What is xmlhttprequest object in ajax? How can you xmlhttprequest object?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous? How would this integration look like?
List the different states of xmlhttprequest with their description? : asp.net ajax
How do you know that an ajax request has completed?
Can we nest the updatepanel controls? : asp.net ajax
What is polling in ajax.
What is the role of scriptmanager in ajax?
What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax
How do I abort the current xmlhttprequest?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?
Is the server or the client in control in ajax?
How does one call a javascript function from the ajax code?
Brief about ajax?