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


Please Help Members By Posting Answers For Below Questions

What are validators and list some validators of asp.net?

537


How you can manage the state of application at the server side in ASP.NET?

570


How do cookies work? Give an example of their abuse.

543


What is asp.net introduction?

518


What is a query string in a url?

535






i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1488


What is the differences between a primary key and a unique key in sql server?

534


What are the advantages of using session?

432


To wrap up a call to a Web service the standard used is..?

538


How many web config files can be created for an application?

448


What does uri mean?

489


Explain the steps needed to be performed in order to create an animation in xaml?

551


Who creates jsessionid?

560


What is a page life cycle?

567


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

539