What is asp.net 2.0 ajax?
No Answer is Posted For this Question
Be the First to Post Answer
Are there any security issues with ajax?
What does the dynamicpopulateextender control do? : asp.net ajax
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
What is the name of the dll that contains the ajax control toolkit?
Describe the situations in which ajax should not be used? : asp.net ajax
Whats with the -alpha in the install instructions?
What is the difference between AJAX using .net over AJAX using Java?
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?
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
Diff b/w javascript and jquery
When do I use a synchronous versus asynchronous request?
Is it true that ajax is code browser compatible?