Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft
Ajax 1.0
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 |
What is the function of the ViewState property?
What are the advantages of using Master Pages?
what are the ways to improve performance in .net application?
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?
What are the namespace classes used in asp.net mvc? : asp.net mvc
Explain the differences between Server-side and Client-side code?
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?
Explain how asp.net page works?
Caching techniques in .NET ?
How to store a dataset in a viewstate?
Explain some of the major built-in objects in asp.net