What is Difference between Callbacks and Postback in ASP.NET?
Answer Posted / kiran varma
Postback is something that happens whenever the server
gets a request for this page from the second time onwards
It need not be mandatorily a submit button, probs even a
click which requiers a server side validation is also
results in a postback.
A callback function is a function which you register/ask to
be called later, usually as a result of a particular event
happening.
| Is This Answer Correct ? | 5 Yes | 18 No |
Post New Answer View All Answers
What are the server controls in asp.net?
Differentiate between file-based dependency and key-based dependency.
Which type of state management is provided by Query String in ASP.NET?
Explain the various authentication mechanisms in asp.net.
What are the memory-mapped files?
Explain the difference between asp and asp.net?
What are the disadvantages of using session?
What role “#&&” plays in a querysting?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
How can we call webservices in Banking Applications? and where we are using it?
Explain the steps to be followed to use passport authentication.
What is difference between mvc and asp.net? : Asp.Net MVC
What does occur first in ASP.Net, Authentication or Authorization?
What is custom events?
What is asp.net futures?