Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is scope of an application variable in asp.net?

1038


What is validation in asp.net?

1135


Which is the best institute to learn Microsoft Technologies and the faculty if you Know?

2198


Define web.config in .net?

1119


Where is session data stored in asp net?

1025


What is the used of "ispostback" property?

1190


Why session management is required?

1071


What is synchronous and Asynchronous post back ?

1170


What is a viewstate?

1049


How to find last error which occurred?

1084


What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?

954


What are web server controls in asp.net?

1164


What is ispostback method in asp.net?

1070


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

1003


Explain About WebService

1183