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?
2 6450
Is it compulsory to have script manager on the page when you are using any control of ajax control tool kit?
What is a simple example of where a ajax request would be used?
What exactly is the w3c dom?
What is the difference between json and ajax?
What is the use of updatepanel?
What is the response time when using ajax?
We used asynchronous server communication for a long time, what new thing is ajax bringing?
Techniques for asynchronous server communication have been around for years. What makes ajax a "new" approach?
Did adaptive path help build google's ajax applications?
What are the security issues with ajax?
Describe the accordionextender control?
When will html_ajax have a stable release?
How do I submit a form or a part of a form without a page refresh?
How we can send data to server using ajax?
What is json? : asp.net ajax