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 / dhiraj kumar

Callbacks :- It is a way to get data related to particular
control which is implementing call back. Callback is
nothing but asynchronous postback in which only data
related to the control is came instead of whole page data.

Postback :- It is property of server controls in which
whole page get refreshed. It sends data to server and then
server process the data and after completion of life cycle
process, result is rendered on browser.

Postback is heavyweight methods or execution is slow but
callback is lightweight methods or execution is fast
because here whole page is not getting refreshed or
rendered.

Is This Answer Correct ?    18 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is new asp.net core?

1092


Explain the role of global.asax?

1044


Which .NET framework supports Web API?

1104


Difference between singleton and singlecall.

1037


Can master pages be nested?

982


What is a web api? Which protocol is used in a web api?

1124


Who generates session id?

1019


Define globalization and localization.

1038


How does session id work?

950


Differentiate between early binding and late binding.

1146


What is the significance of proxy user?

1147


Which two new properties are added in asp.net 4.0 page class?

968


Is post back property in asp net?

1070


What is & in a url?

1007


Explain security types in asp.net?

1152