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
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
When does a session actually start?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
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?
What is the main difference between Asp.net and Vb.net?
Describe how passport authentication works.
What are web server controls in asp.net?
Why is global asax is used?
Is asp.net free?
What is the asp.net control toolkit?
What is a web farm?
How to create multi language website in asp.net mvc? : Asp.Net MVC
How many types cache in asp net?
What are the different types of validation controls provided in ASP.NET?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc