What is AJAX Framework?
Answer / v madhu babu
ASP.NET AJAX is a free framework to implement Ajax in asp.net web applications. It is used to quickly creating efficient and interactive Web applications that work across all browsers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Are there any security issues with ajax?
What is synchronous request in ajax?
How to control the duration of an Ajax request?
How can you test the Ajax code?
is the xmlhttprequest object part of a w3c standard?
Explain differences between the page execution lifecycle of an asp.net page and an asp.net ajax page?
What are the requirements to run asp.net ajax applications on a server?
How can we handle concurrent requests?
What are the technologies used by ajax?
how to send more values through respnseText
Is the server or the client in control in ajax?
What is the role of the callback function in ajax?