Answer Posted / salil
We use JSON mostly when data exchange to our own server.
We should avoid using JSON when exchanging data from partner
sites. As JSON may contain some malicious script. XML would
be a better option here.
| Is This Answer Correct ? | 25 Yes | 7 No |
Post New Answer View All Answers
Describe the situations in which ajax should not be used? : asp.net ajax
Is json is a programming language?
Is it possible to use fileupload control within the update panel?
How we can send data to server using ajax?
Which are the trigger types that we find in update panel?
What is an ajax request?
Is it possible to set session variables from javascript?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?
Did adaptive path help build google's ajax applications?
How to cancel the current request in ajax?
What is asynchronous request in ajax?
What are the different ready states of a request in ajax?
What browsers support ajax?
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
Is ajax built into javascript?