Represents an item that can be purchased from your site using a PayPal account.
Namespace:
C1.Web.C1PayPalAssembly: C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)
Syntax
C# |
---|
[DesignerAttribute(typeof(PayPalDesigner))] [DefaultPropertyAttribute("ItemName")] [ToolboxDataAttribute("<{0}:C1PurchaseItem runat=server></{0}:C1PurchaseItem>")] [ToolboxBitmapAttribute(typeof(C1PurchaseItem), "C1PurchaseItem.png")] public class C1PurchaseItem : Image |
Visual Basic (Declaration) |
---|
<DesignerAttribute(GetType(PayPalDesigner))> _ <DefaultPropertyAttribute("ItemName")> _ <ToolboxDataAttribute("<{0}:C1PurchaseItem runat=server></{0}:C1PurchaseItem>")> _ <ToolboxBitmapAttribute(GetType(C1PurchaseItem), "C1PurchaseItem.png")> _ Public Class C1PurchaseItem _ Inherits Image |
Remarks
When the button is clicked, the user is taken to a secure page where he can enter his information (name, address, credit card number, or simply his PayPal account) and confirm the purchase.
After the purchase is confirmed, you receive a notification via e-mail and your PayPal account receives the credit for the purchase.
Inheritance Hierarchy
System..::.Object
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
System.Web.UI.WebControls..::.Image
C1.Web.C1PayPal..::.C1PurchaseItem
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
System.Web.UI.WebControls..::.Image
C1.Web.C1PayPal..::.C1PurchaseItem