How many update panel can be used per page?
Answer / v madhu babu
There are no restrictions on the number of update panels per page.
| Is This Answer Correct ? | 12 Yes | 1 No |
How do we get the xmlhttprequest object in ajax?
Explain fetch api in javascript?
Which are the two methods used for cross domain Ajax calls?
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?
How do I test my ajax code?
How do I handle the back and forward buttons in ajax?
Did adaptive path help build google's ajax applications?
What will happen with click of browser "back" button among asynchronous requests?
Define json?
what is ajax
What is the difference between javascript and ajax?
what is xmlhttprequest?