How we can send data to server using ajax?
Does load runner support ajax apps?
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 ajax is different?
Techniques for asynchronous server communication have been around for years. What makes ajax a "new" approach?
What are the extender controls?
What is polling in ajax.
What is json? : asp.net ajax
Is ajax still in use?
Should I consider ajax?
What are the advantages of Ajax?
How can we handle exception handling in Ajax?