Ajax INTERVIEW QUESTION & ANSWERS
21. |
What are the some common Ajax frameworks, apart from the ASP.NET Ajax framework? |
|
Some common Ajax frameworks are the following:
- Atlas
- AJAXPro.NET
- MagicAJAX.NET
- Anthem.NET
|
22. |
Which browsers support the XmlHttpRequest object? |
|
Internet Explorer 5.0+, Safari 1.2, Mozilla 1.0/Firefox, Opera 8.0 +, Netscape 7. |
23. |
What technologies are being used in AJAX? |
|
- JavaScript
- XMLHttpRequest
- Document Object Model (DOM)
- Extensible HTML (XHTML) and Cascading Style Sheets (CSS)
|
24. |
How do we pass parameters to the server? |
|
There are the two ways of passing data to server. The first one shows by using GET and the second by POST. |
25. |
What are the controls that are part of the Script Management group? |
|
The controls that are part of the Script Management group are as follows :- ScriptManager
- ScriptManagerProxy
|