AJAX - explain the concept and some controls like update
panel, tabcontrol etc

Answers were Sorted based on User's Feedback



AJAX - explain the concept and some controls like update panel, tabcontrol etc..

Answer / alb.shah

Ajax is a set of client side technologies that provides
asynchronous communication between user interfaces and web
server. So the advantages of using Ajax are asynchronous
communication, minimal data transfer and server is not
overloaded with unnecessary load.

Is This Answer Correct ?    7 Yes 2 No

AJAX - explain the concept and some controls like update panel, tabcontrol etc..

Answer / 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

More ASP.NET Interview Questions

Explain the flow of processing of the request? : asp.net mvc

0 Answers  


Why is global asax is used for?

0 Answers  


What is .net remoting?

0 Answers  


What does the "EnableViewState" property do?

2 Answers  


how can we display records in single datagrid using two datasets in different place?

2 Answers   Global Computer, Honeywell,






Your manager has asked you to describe what you would use application variables for. What statement best describes the use of application variables? a) Application Variables are used to keep state for each connected user. b) Application Variables are used to keep state for the web site c) Application Variables are used to keep state for the application on the server d) Application Variables are used to keep state for all applications objects in the web site.

1 Answers   Syntax Softtech,


Can a user browsing my Web site read my Web.config or Global.asax files ?

1 Answers  


Explain difference between friend and protected friend?

0 Answers  


Elaborate differentiation between ViewState and SessionState?

0 Answers   QuestPond,


What is Difference between Application object and Session Object

5 Answers  


What is the basic difference between asp and asp.net?

0 Answers  


What do you mean by serialize?

0 Answers  


Categories