How do we create a thread to do ajax polling?


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

Post New Answer

More AJAX Interview Questions

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  


When should we use a java applet instead of ajax?

0 Answers  


Why we r using AJAX in ASP.NET ?

2 Answers   Satyam,


What is the importance of client-side libraries? : asp.net ajax

0 Answers  


How ajax work ?

0 Answers  






Is it true that a xmlhttprequest objects belongs to the w3c standard?

0 Answers  


What is the role of the callback function in ajax?

0 Answers  


What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax

0 Answers  


When should I use a java applet instead of ajax?

0 Answers  


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

0 Answers  


What is the syntax to create ajax objects? : asp.net ajax

0 Answers  


How many validation controls are available in asp.net ajax 4.0? : asp.net ajax

0 Answers  


Categories