What is AJAXanywhere?
Latest Answer: AjaxAnywhere is designed to turn any set of existing JSP or JSF components into AJAX-aware components without complex JavaScript coding. In contrast to other solutions, AjaxAnywhere is not component-oriented. You will not find here yet another AutoComplete ...
What is AnimationExtender and how to use this control
Latest Answer: An Animation extender provides the facility to animate the controls.For example: A control could be made to appear/disappear by making use of the 'FadeIn' and 'FadeOut' properties.These animations can be associated with multiple controls ...
How to use "AlwaysVisibleControlExtender"What is the benefit of using this?
Latest Answer: The AlwaysVisibleControlExtender will make a control to be pinned to a particular location.For example: When a control is set to be present always at the left corner of the page, it will be so in the prescribed left and right co-ordinates.This will ...
How to use Accordion and AccordionPane
Latest Answer: 1. The call to open() is the HTTP request method – GET, POST, HEAD or any other method you want to use and that is supported by your server.2. The send() method can be any data you want to send to the server if POST-ing the request.Ex: httpRequest.open('GET', ...
Latest Answer: Ajax itself is javascript which uses XMLHttpRequest object which takes action event parameters into method call open().AJAX Stands for Asynchronous Java script and XML where in there is no order in which to requests and responses are tracked.XMLHttpRequest.open() ...
I don't know how to start with, which tools are required to create a Ajax application and Which tool we need to run the Application created in Ajax
Latest Answer: The best place to start with Ajax is "Ajax For Dummies". Learn the concepts first and then u can start using JavaScript libraries like PROTOTYPE OR SCRIPTACULOUS..ALL THE BEST. ...
Latest Answer: Yes! AJAX is browser dependent technology. Basically,Ajax is not a programming language ; You can say it is a combinations of main 3 languages. DHTML, Java script and XML. Also, if your browser is doesnt support javascript or blocked the javascript then ...
If i have to Automate an application developed in AJAX which tool (QTP,WinRunner)would be more useful. Does Load runner has a protocol to support AJAX?