What is Difference between Callbacks and Postback in ASP.NET?
Answer Posted / dhiraj kumar
Callbacks :- It is a way to get data related to particular
control which is implementing call back. Callback is
nothing but asynchronous postback in which only data
related to the control is came instead of whole page data.
Postback :- It is property of server controls in which
whole page get refreshed. It sends data to server and then
server process the data and after completion of life cycle
process, result is rendered on browser.
Postback is heavyweight methods or execution is slow but
callback is lightweight methods or execution is fast
because here whole page is not getting refreshed or
rendered.
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
Where viewstate value is stored in asp.net?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What is a windows service?
Where are session variables stored?
How would you get asp.net running in apache web servers?
What is preprocessor in .net?
What is the biggest disadvantage of “Other Return Types” in Web API?
What is difference Between Authentication and authorization?
What is Partial PostBack in ASP.NET?
What is the use of service provider?
Define page output caching?
What is the file extension of web service?
What is GAC in ASP.NET 2.0
What is the base class from which web forms are inherited?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks