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?
No Answer is Posted For this Question
Be the First to Post Answer
Does load runner support ajax apps?
How does an ajax call work?
What are asp.net ajax 4.0 validation controls?
Is ajax a framework?
What is AJAX Framework?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
What is the difference between synchronous postback and asynchronous postback? : asp.net ajax
Is adaptive path selling ajax components or trademarking the name? Where can I download it?
What are all the security issues of Ajax?
What is prerequisite for Update Panel in 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?
Is ajax still in use?