What is the xmlhttprequest object in ajax?
No Answer is Posted For this Question
Be the First to Post Answer
What is Script Manager?
What is the difference between json and ajax?
Is javascript knowledge is required to do Ajax?
What is the response time when using ajax?
What is JSON in Ajax?
Describe the animation extender control and the method by which this control is utilized?
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 to cancel the current request in ajax?
Is the asp.net ajax control toolkit(ajaxcontroltoolkit.dll) installed in the global assembly cache?
Can we nest the updatepanel controls? : asp.net ajax
Why do we use the xmlhttprequest object in ajax?
What are the extender controls? : asp.net ajax