AJAX - explain the concept and some controls like update
panel, tabcontrol etc
Answer Posted / web developer - pinoy
AJAX - Asynchronous Javascript and XML.
In a nutshell, AJAX is used for making PARTIAL request.
Update Panel, Tab Control, Etc... are just examples of things that you can do with AJAX, but not limited to those things. You can be more creative, because in general, you will use AJAX, check the server response and do something based on that response with or without changing the entire contents of the page.
Restriction: Cross-Domain scripting.
http://webdevmatters.blogspot.com/?ajax-for-your-interview-question.html
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Do you know caching feature?
What are the advantages of asp.net mvc framework? : asp.net mvc
What are the various session state management options provided by asp.net?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Can the unique key be null?
How to comment out asp.net tags?
What is request and response in asp.net?
What is the biggest disadvantage of “Other Return Types” in Web API?
Explain significance of routing? : asp.net mvc
What is the use of session?
What is session start?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What types of data validation events are commonly seen in the client-side form validation?
What is autopostback in asp net?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?