What is Difference between Callbacks and Postback in ASP.NET?
Answer Posted / chandra sekhar dola
The difference between a callback and postback is that, as
with a postback, a callback does not refresh the currently
viewed page (i.e. does not redraw the page). You can think
of it as a quick trip back to get some data etc. For
example if there were two drop down boxes, the second
dependant on the value of the first, when a user selects a
value of a the first, rather then posting the whole page,
doing some server side calculations and returning a new
whole page to the client, a callback can enable you to only
go fetch the required data. Obviously from this, View State
is not updated with a callback (it's the same instance of
the page just updated!!!).
Is This Answer Correct ? | 40 Yes | 5 No |
Post New Answer View All Answers
What is jade template engine?
Explain the steps needed to be performed in order to create an animation in xaml?
How does the service stream content?
What is the difference between cookie and session?
How does a web application session work?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
How can we prepairing Interview
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
Explain different types of Caching techniques in ASP.NET?
What can you do with asp.net?
What are directives in asp.net? List down all the important directives.
How can we communicate with each server in N-tier Architecture? and what are the methods?
How is application management and maintenance improved in asp.net 2.0?
What are tuples?
Is sql backend or frontend?