How to configure email id into Outlook Express?
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: The AnimationExtender server control allows you to program fluid animations to the controls that you put on the page. This control allows you to program elements that can move around the page based upon specific end user triggers (such as a button click). ...
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: One thing i have forgotten to write that Due to some web standard we may call it as Browser dependant like if we will use JSON then it is not supported by all browser . so when we are using Ajax we have see the webstandard we used for it..But except ...
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?