What are the new features of asp.net ajax 4.0? : asp.net ajax
Answer / Manjeet Kumar
"New features in ASP.NET AJAX 4.0 include client-side script optimization, automatic detection of duplicate script references, asynchronous callbacks for server-side methods, improved data binding capabilities, and enhanced support for web APIs."
| Is This Answer Correct ? | 0 Yes | 0 No |
When should I use an java applet instead of ajax?
Can I use asp.net ajax with any other technology apart from asp.net?
Is it true that ajax is code browser compatible?
Where can I find examples of ajax?
Can we use nested update panel in Ajax?
Which are the two methods used for cross domain Ajax calls?
What are ajax controls?
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 pre-requisites to execute AJAX applications on a server?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous? How would this integration look like?
Techniques for asynchronous server communication have been around for years. What makes ajax a "new" approach?