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
Is it true that the ajax application are much better than the classical internet applications?
Explain the need of the timer control in ajax? : asp.net ajax
What are the benefits of ajax?
Is adaptive path selling ajax components or trademarking the name? Where can I download it?
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's the difference in HTML AJAX, ASP.Net AJAX?
What are the properties of xmlhttprequest?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous? How would this integration look like?
Do we have to use http get/post for the ajax calls?
Describe the accordionextender control?
Which is the purpose for using the scriptmanager?
Is the server or the client in control in ajax?