Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft
Ajax 1.0



Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft Ajax 1.0..

Answer / sonichya

AJAX is a client side technology and it supports asynchronous communication between client and server. If the part of page need to be refreshed, then we can use this Update panel control, which uses AJAX request and does not harm the other part of the page. Please refer below link for more details

https://csharpquestions1.blogspot.in/2016/10/why-to-use-updatepanel-control-in-ajax.html

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the function of the ViewState property?

0 Answers   MindCracker,


What are the advantages of using Master Pages?

0 Answers   MCN Solutions,


what are the ways to improve performance in .net application?

7 Answers   Mind Tree,


You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?

15 Answers   INDUS,


What are the namespace classes used in asp.net mvc? : asp.net mvc

0 Answers  


Explain the differences between Server-side and Client-side code?

3 Answers  


What was the difference between machine.config and web.config files

17 Answers   Assurgent, NIIT, TCS,


If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

7 Answers   Syntax Softtech,


Explain how asp.net page works?

0 Answers  


Caching techniques in .NET ?

1 Answers   Microsoft,


How to store a dataset in a viewstate?

3 Answers   IBM,


Explain some of the major built-in objects in asp.net

0 Answers  


Categories