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


Please Help Members By Posting Answers For Below Questions

What is difference between asp.net and asp.net mvc? : Asp.Net MVC

573


When does a session actually start?

657


How do you initiate validation on the server manually? What are two situations when you might you want to do that?

1445


If I am developing an application that must accomodate 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?

743


What is the main difference between Asp.net and Vb.net?

655






Describe how passport authentication works.

670


What are web server controls in asp.net?

640


Why is global asax is used?

699


Is asp.net free?

645


What is the asp.net control toolkit?

654


What is a web farm?

672


How to create multi language website in asp.net mvc? : Asp.Net MVC

572


How many types cache in asp net?

631


What are the different types of validation controls provided in ASP.NET?

753


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

639