Top AJAX Interview Questions :: ALLInterview.com http://www.allinterview.com Top AJAX Interview Questions en-us What is the Difference between AJAX and Javascript? http://www.allinterview.com/showanswers/63607.html AJAX is not different from Javascript. Like , a child can't be differentiated by a mother. AJAX is a acronym for 'Asynchronous Javascript And XML'. AJAX is a new approach towards page reloading. If you want a specific book , yo what is meant by AJAX and its purpose? http://www.allinterview.com/showanswers/61199.html AJAX IS WAY THAT PROVIDE MINIMAL PART OF PAGE TO BE REFRESH RAHTER THAN REFRESH COMLETE PAGE, WHICH MAKE DATA SENT TO SERVER & RECEIVE BY BROWSE MAKE LESS & INCRESE PERFOMANCE Is it possible to upload a file using Ajax ? Reason http://www.allinterview.com/showanswers/72835.html there is no way to upload files using AJAX. what is the active x dll used for ajax. explain y we use ajax? http://www.allinterview.com/showanswers/58995.html why we use AJAX. AJAX is a technique for creating better,faster and more interactive web applications. Using AJAX javascript can interact with the web server and trade data without reloading the page. how long it will take to come the interview result of infosys? http://www.allinterview.com/showanswers/56316.html IT DEPENDS UPON REQUIREMENT NEED(WHEATHER FOR PROJECT BASE URGENT/FOR GROWING SENSEX SHARE VALUE what is ajax http://www.allinterview.com/showanswers/61769.html Asynchronous JavaScript and XML, is a web development technique for creating interactive web applications. Like DHTML, LAMP and SPA, Ajax is not a technology in itself, but a term that refers to the use of a group of technologies. How can we assign an object in Java Script?? For Example:- ------- http://www.allinterview.com/showanswers/64778.html var obj1 = Object(); obj1.name = "hari"; obj1.name = "gopi"; obj2 = new Object(obj1); //preserving name property of obj2 through obj4 var obj4=new Object(); obj4.name=obj2.name; obj1.name = &qu Why we r using AJAX in ASP.NET ? http://www.allinterview.com/showanswers/74005.html bcoz it is based on a host of existing technologies and it reduces network traffic since it makes asynchronous calls to server so there is no round trip When not to use JSON? http://www.allinterview.com/showanswers/89249.html We use JSON mostly when data exchange to our own server. We should avoid using JSON when exchanging data from partner sites. As JSON may contain some malicious script. XML would be a better option here. What is Synchronous and Asynchronous AJAX request. http://www.allinterview.com/showanswers/88917.html synchronous where the script stops and waits for the server to send back a reply before continuing and asynchronous where the script allows the page to continue to be processed and will handle the reply if and when it arrives. What is the use of trigger in ajax? http://www.allinterview.com/showanswers/94237.html this will asure that event is firing whether QTP sopports the ajax application http://www.allinterview.com/showanswers/69813.html What is the difference between AJAX using .net over AJAX using Java? http://www.allinterview.com/showanswers/85845.html actually there is no diffrent in ajax but the diffrent is the way you are using it. in java the whole things is manage by millians of line of code where in case of .net it is essy to manage the data through the ide. now days it is possible that p Whattrigger will fire initially by using update panel? http://www.allinterview.com/showanswers/81803.html how to send more values through respnseText http://www.allinterview.com/showanswers/100210.html