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 can we create pie chart in asp.net?
Can you use Web API with ASP.NET Web Form?
Explain the Session state management options available with ASP.NET?
What is the differences between a primary key and a unique key in sql server?
What is s2s tracking?
How many ways are there to maintain a state in .net? What is view state?
What are the major built-in objects in ASP.NET?
How can we identify that the Page is Post Back?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What is asp short for?
What are sql notifications and sql invalidations?
What does postback mean?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is web api config?
Can you use c# without .net?