What are all the controls of Ajax?
Answer / v madhu babu
Following are the controls of Ajax:
ScriptManager
ScriptManagerProxy
UpdatePanel
UpdateProgress
Timer
| Is This Answer Correct ? | 1 Yes | 0 No |
Techniques for asynchronous server communication have been around for years. What makes ajax a "new" approach?
When do I use a synchronous versus asynchronous request?
Can you list some examples of ajax-based applications?
Did adaptive path invent ajax?
Explain the need of the timer control in ajax? : 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?
What is the role of the scriptmanagerproxy control? : asp.net ajax
Describe the situations in which ajax should not be used? : asp.net ajax
How do I handle the back and forward buttons in ajax?
Is adaptive path selling ajax components or trademarking the name? Where can I download it?
When not to use JSON?
Does ajax work with java?