What are all the technologies used by Ajax?
Answer / v madhu babu
AJAX uses following technologies:
JavaScript
XMLHttpRequest
Document Object Model (DOM)
Extensible HTML (XHTML)
Cascading Style Sheets (CSS)
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the necessary control that must put in order to use Ajax Controls?
What is the difference between proxied and proxyless calls?
Does java have support for comet style server-side push?
Is ajax an api?
Won't my server-side framework provide me with ajax?
Is it possible to use fileupload control within the update panel?
Explain the updatepanel control? : asp.net ajax
Cannot parse xml generated by jsp I am generating an xml using jsp, when I run the jsp in ie it shows the xml as per dom, but when I try to parse it using javascript , the command xmldoc.documentelement ?
How do I handle the back and forward buttons?
Which two methods are used for handling cross-domain ajax calls ?
Explain differences between the page execution lifecycle of an asp.net page and an asp.net ajax page?
Can we call server-side code from javascript? : asp.net ajax