What are synchronous and asynchronous ajax requests?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More AJAX Interview Questions

Explain differences between the page execution lifecycle of an asp.net page and an asp.net ajax page?

0 Answers  


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?

2 Answers  


What is update panel?

1 Answers  


What are the extender controls?

1 Answers  


Define json?

0 Answers  






Is ajax built into javascript?

0 Answers  


What is the Difference between AJAX and Javascript?

7 Answers   T3 Softwares,


Why we r using AJAX in ASP.NET ?

2 Answers   Satyam,


Is it possible to set session variables from javascript?

0 Answers  


What is JSON in Ajax?

1 Answers  


How does one call a javascript function from the ajax code?

0 Answers  


Describe ajax control extender toolkit? : asp.net ajax

0 Answers  


Categories