Techniques for asynchronous server communication have been around for years. What makes ajax a "new" approach?
No Answer is Posted For this Question
Be the First to Post Answer
How can we handle concurrent requests?
What meaning has asp.net ajax?
Does ajax work with java?
In ajax does the client or the sever have the control?
Can ajax be implemented in browsers that do not support the xmlhttprequest object?
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
What will happen with click of browser "back" button among asynchronous requests?
What are Ajax applications?
Is javascript knowledge is required to do Ajax?
How many validation controls are available in asp.net ajax 4.0? : asp.net 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?
Define json?