Ajax INTERVIEW QUESTION & ANSWERS
16. |
What are the components of the ASP.NET Ajax server extensions framework? |
|
The ASP.NET Ajax server extensions framework includes the following :- ASP.NET Ajax server controls
- Application services bridge
- Web services bridge
|
17. |
What are the advantages of AJAX? |
|
- Usability
- Support of JavaScript to AJAX
- Support of XML to AJAX
Data Manipulation
- Browser Independency
- Dynamic Interface
- Auto Refresh
- Limitations
-
Browser Issues
- ViewState Management
|
18. |
Name the controls that are part of the Partial Page Rendering group? |
|
The Partial Page Rendering group contains the following controls :
- UpdatePanel
- UpdateProgress
- Timer
|
19. |
Define postback? |
|
When a request is sent to the server, the server sends a response of the request back to the client. This entire cycle of request and response is called postback. |
20. |
What are the components of the ASP.NET Ajax Client Library? |
|
The major components that are included as part of the ASP.NET Ajax Client Library are the following :- Component Layer
- Core Services Layer
- Browser Compatibility Layer
|