Did adaptive path invent ajax?
No Answer is Posted For this Question
Be the First to Post Answer
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 are the types of open() method used for xmlhttprequest?
Why we r using AJAX in ASP.NET ?
Are there usability issues with ajax?
What is the purpose of xmlhttprequest?
Whats with the -alpha in the install instructions?
How do I test my ajax code?
What are the ajax security issues?
Explain limitations of ajax.
Is it possible to set session variables from javascript?
What are the goals of Ajax?
How will you update multiple records in a single shot? From an ASP.net appli to SQL Serevr