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 / alb.shah

Callback : It is a way to send a request to the web page
from the client script. Postback is an expensive call with
processing overhead. In callback a client function sends a
request and a special marked method is invoked on the
server. It does the processing & returns the value which is
received by another client function to process the result.
To have client side callbacks, the page has to implement
ICallbackEventHandler & implement functions
RaiseCallBackEvent & GetCallBackResult.

PostBack: Postback is the event which sends the form data to
the server. The server processes the data & sends it back to
the browser. The page goes through its full life cycle & is
rendered on the browser. It can be triggered by using the
server controls.

Callback is also the form of Postback, but the difference
is in postback execute a complete page life cycle and whole
page redraw, in callback only specific portion (Contorl) is
executed/redraw using client side scriptiong.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of cookies are available in asp?

1108


What is fulltrust?

1082


What is difference between asp.net and asp?

1089


What is GAC in ASP.NET 2.0

1229


What is the request flow used for asp.net mvc framework? : asp.net mvc

1034


How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?

1102


How many types of file extensions for razor views in ASP.Net MVC?

1335


What’s difference between “optimistic” and “pessimistic” locking?

1125


What are server side controls?

1049


Which method is used to perform all validation at the page level?

1026


What is difference between session and cookies in asp net?

1109


What is the main function of url routing system in asp.net mvc? : asp.net mvc

1059


How do you secure your configuration files to be accessed remotely by unauthorized users?

1150


What are the different method of navigation in asp.net?

1070


Apart from IDE what are the enhancements in asp.net 2.0?

2158