Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft
Ajax 1.0
Answer Posted / 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 View All Answers
How Session outproc in Sqlserver stored?
What is use of <% %> in asp.net?
Can we have 2 web config files?
What is the difference between file-based dependency and key-based dependency?
What’s difference between “optimistic” and “pessimistic” locking?
How does session work in asp net?
Which method is used to force all the validation controls to run?
Do you know about caching with the datasource controls?
What is difference between cache and session?
Explain the difference between authentication and authorization.
List the advantages and disadvantages of user control an custom control?
What are the Types of session management in ASP.NET
What is query string in asp.net?
What are the properties of the eventargs argument when capturing keyboard events?
What are the parts of an http response?