Differentiate between synchronous and asynchronous ajax requests.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between synchronous postback and asynchronous postback? : asp.net ajax
Can you list some examples of ajax-based applications?
How Ajax objects can be created?
What are the new features included in the microsoft ajax library? : asp.net ajax
Do ajax applications always deliver a better experience than traditional web applications?
What javascript libraries and frameworks are available for ajax support?
How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?
Is it compulsory to have script manager on the page when you are using any control of ajax control tool kit?
What is asp.net 2.0 ajax?
Does ajax have significant accessibility or browser compatibility limitations?
Which two methods are used for handling cross-domain ajax calls ?
Is it possible to upload a file using Ajax ? Reason