When should we use a java applet instead of ajax?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a destructor and a garbage collector?
What are the advantages of Ajax?
Is the asp.net ajax control toolkit(ajaxcontroltoolkit.dll) installed in the global assembly cache?
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?
Is it possible to upload a file using Ajax ? Reason
How do I send an image using ajax?
What is the role of scriptmanager in ajax?
When should I use an java applet instead of ajax?
Explain differences between the page execution lifecycle of an asp.net page and an asp.net ajax page?
How do I handle the back and forward buttons?
Are there any frameworks available to help speedup development with ajax?
What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax