How Ajax objects can be created?
Answer / v madhu babu
Following syntax can be used to create Ajax objects:
Var sample = New ajaxObject(‘path of the page’)
| Is This Answer Correct ? | 0 Yes | 0 No |
Did adaptive path invent ajax?
How do I access data from other domains to create a mashup with java?
How will you update multiple records in a single shot? From an ASP.net appli to SQL Serevr
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?
Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?
How can we handle exception handling in Ajax?
What is the name of the dll that contains the ajax control toolkit?
Should I use an http get or post for my ajax calls?
When should we use a java applet instead of ajax?
What is the role of scriptmanager in ajax?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
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.