What is xmlhttprequest object in ajax? How can you xmlhttprequest object?
No Answer is Posted For this Question
Be the First to Post Answer
What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax
What is use of Update Panel control in Ajax toolkit?
Can I use ajax with seam?
Why do we use the xmlhttprequest object in ajax? : asp.net ajax
What are different readystate in ajax?
What are the controls of the Script Management group?
List some advantages and disadvantages of using ajax.
Explain the need of the timer control in ajax? : asp.net ajax
How can AJAX applications be debugged?
What are all the technologies used by 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?
How can you find out that an AJAX request has been completed?