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
Explain what does wsdl stand for?
What is the concept of view state in asp.net?
What are the different types of validation controls provided in ASP.NET?
What is the use of the tag in the web.config file?
What is cross page posting in asp net?
What does a switch do?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
How does viewstate work?
How many web config files can be created for an application?
What is viewstate? What does the “enableviewstate” property do?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is asp net theme?
How can I have a particular web page in an asp.net application which displays its own error page?
What is the use of session in web application?
What are the Types of session management in ASP.NET