Difference between a Postback and a Callback in ASP.NET

added by imghani
11/15/2013 7:11:08 PM

951 Views

A postback is a request sent from a client to server from the same page, user is already working with. On the other hand, a callback is generally a call for execution of a function after another function has completed.


0 comments