Describe how to handle concurrent ajax requests?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between synchronous and asynchronous ajax requests.
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
Which two methods are used for handling cross-domain ajax calls ?
How to handle multiple async ajax requests?
What are limitations of ajax?
How to control the duration of an Ajax request?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?
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?
Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?
What are the differences between ajax and javascript?
What are the extender controls?
How do we get the xmlhttprequest object?