Why is ajax called ajax?
No Answer is Posted For this Question
Be the First to Post Answer
What is the basic goals of AJAX ?
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?
What is xmlhttprequest object in ajax?
What kinds of applications is ajax best suited for?
What are the components of the asp.net ajax architecture? : asp.net ajax
How many update panel can be used per page?
Describe the formats and protocols used by ajax?
What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax
Is it possible to upload a file using Ajax ? Reason
How do we abort the current xmlhttprequest in ajax?
How many types of triggers are present in update panel?
Explain Ajax polling?