How do I handle the back and forward buttons?
No Answer is Posted For this Question
Be the First to Post Answer
How do I handle the back and forward buttons in ajax?
What are the types of send() method used for xmlhttprequest?
Which are the knowledge requirements for personal ajax functionality?
How do I provide internationalized ajax interactions?
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 response time when using ajax?
What does the dynamicpopulateextender control do? : asp.net ajax
What about applets and plugins?
What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax
What are the limitations of Ajax?
How can you find out that an AJAX request has been completed?
Which control you need to place on the page to show loading image?