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 does uri mean?
What is the difference between session object and application object?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is the difference between stored procedure vs function?
Is it possible to apply themes to an asp.net application? If yes, then how?
How can u debug your .net application?
where can i gather the materials for MCP certification
What is OSI layer? Explain different layers.
What are the features of asp.net mvc?
If you are using components in your application, how can you handle exceptions raised in a component?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
How many types of sessions in asp.net?
What is the use of dispose method?
How do I send an email message from my ASP.NET page?