FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

Ajax INTERVIEW QUESTION & ANSWERS

1. What are the basic goals of ASP.NET Ajax?
  AJAX stands for Asynchronous JavaScript and XML. It is a web technology that helps the users create dynamic, client-centric, user-friendly, and interactive web applications.The AJAX-based applications look like Windows applications and they perform faster. Also, they are more efficient and user-friendly than previous web applications.
Your Name Your Email-ID
Your Answer
 
2. 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
Your Name Your Email-ID
Your Answer
 
3. What are the basic Controls of ASP.NET AJAX?
 
    There are some basic controls used in ASP.NET AJAX such as
  • ScriptManager
  • ScriplManagerProxy
  • Timer
  • UpdatePanel
  • UpdateProgress
Your Name Your Email-ID
Your Answer
 
4. What are the platforms that are used in Ajax?
 
  • ASP.NET
  • PHP
  • JAVA
  Posted by Sumesh SG. (May 15, 2013)
 

ASP.NET, PHP and JSP; “java” is a server side scripting language like “C#”.

Your Name Your Email-ID
Your Answer
 
5. What is JSON?
  JSON, the abbreviated form of JavaScript Object Notation, is a subset of JavaScript. It is lightweight and actually a good alternative to XML as a data interchange format.
Your Name Your Email-ID
Your Answer