What are the new features included in the microsoft ajax library? : asp.net ajax
No Answer is Posted For this Question
Be the First to Post Answer
How do I send an image using ajax?
Is the asp.net ajax control toolkit(ajaxcontroltoolkit.dll) installed in the global assembly cache?
What is Synchronous and Asynchronous AJAX request.
How do we abort the current xmlhttprequest in ajax?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?
Can I use ajax with microsoft's .net?
What is polling in ajax.
How do we get the xmlhttprequest object in ajax?
What is the use of the scriptmanager control in ajax? : asp.net ajax
Which control you need to place on the page to show loading image?
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 a technology platform or is it an architectural style?