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
IN an ASP.NET Web application if there is any error, how can you debug?
Why do we need Sessions?
What are HTTP handlers in ASP.NET?
Write a code for sending an email from asp.net application.
Is asp.net and .net the same?
What kind of data can be stored in viewstate?
Where do we store our connection string in asp.net application?
What is fulltrust?
Can you change a Master Page dynamically at runtime?
How to prevent client side validation from the ASP.NET validation controls?
What are the different session state management options available in asp.net?
They mostly asked difference between versions of technologies
What are cookies in asp.net?
What are the two types of web pages?
What is the difference between union and structure?