What is Difference between Callbacks and Postback in ASP.NET?
Answer Posted / imran ghani
“A postback is a request sent from a client to server from the same page, user is already working with.“
“A callback is generally a call for execution of a function after another function has completed.â€
http://www.webdevelopmenthelp.net/2013/11/difference-between-postback-and-callback.html
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is application in asp net?
What is active web page?
How do you hide the columns?
What is the use of session state and application state and difference between them?
Explain the difference between Web Garden and Web Farm?
How many types of file extensions for razor views in ASP.Net MVC?
where can i gather the materials for MCP certification
Write a code for passing ArrayList in Web API?
What are the different methods of session maintenance in asp.net?
What is asynchronous call?
What is data grid view in asp.net?
What is the difference between mechine.config and web.config?
Explain asp.net mvc request life cycle? : asp.net mvc
What are the security types in asp.net?
Write some code using interfaces, virtual methods, and an abstract class`