Postback

From Wikipedia, the free encyclopedia
Jump to: navigation, search

The term postback has three meanings, depending on the context, one in relation to eCommerce as a web service, another in relation to web development, and one in relation to open-source software.

Contents

[edit] In eCommerce

In the context of eCommerce, the term is used to describe a sales transaction notification from payment processors to the merchants affiliate system site. Specifically a web service written for an affiliate sales tracking software system for third party merchant system to send or "POST" the data to. The term "Postback" is used here to describe what the payment processor does with the transaction receipt, they "Post Back" to the merchants affiliate program, notifying them of a successful transaction, where they can then credit affiliates with their earnings.

[edit] In web development

In the context of web development, a postback is an HTTP POST to the same page that the form is on. In other words, the contents of the form are POSTed back to the same URL as the form.[1] Postbacks are most commonly discussed in relation to ASP or ASP.NET. In ASP, a form and its POST action have to be created as two separate pages, resulting in the need for an intermediate page and a redirect if one simply wants to perform a postback. This problem was addressed in ASP.NET with the __doPostBack() function and an application model that allows a page to perform validation and processing on its own form data.

Postbacks are commonly seen in edit forms, where the user updates information in a form, hits save or submit, and the page is refreshed with a new form populated with the recently updated information.

[edit] In open source

In the context of open source software, the term "postback" is often used to describe making your changes available in source code form. Many licenses require a postback to the original author or to the general public. Most such licenses require that this modified code be licensed under the terms of the original license.

[edit] References

  1. ^ How postback works in ASP.NET

[edit] See also

Personal tools
Namespaces
Variants
Actions
Navigation
Interaction
Toolbox
Print/export
Languages