Click here to Skip to main content
15,922,584 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Aslam-0-Alaikum


Anay one who tell me what is the difference between PostBack and Call Back and what is the mechanism of both.....?
Posted
Comments
Sandeep Mewara 23-Mar-11 3:53am    
Google?

Differences are as follow:

Postback: indicates whether the page is being loaded in response to a client postback or it is being loaded first time.

Eample: When you click Button page is first submited to server and then post back to browser, then is time Page.IsPostBack would be true and it would be false if it is normally loaded (eg.it is first time loaded).

CallBack: indicates wether the page request is result of a call back.

Example: Page.IsCallback would be true if a page is loaded by a call from another page.
 
Share this answer
 
I believe that this blog post explains the difference very well: http://geekswithblogs.net/AaronLi/archive/2007/04/20/111817.aspx[^]
 
Share this answer
 
The link given above by Mika should explain that well.

But let me tell you Google is your or for that matter every programmers' friend!

If you would have tried this - Google Search - difference between postback and callback[^] you would have got 22500 links which somehow discusses the same thing. So next time please, please do a search before you ask. :thumbsup:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900