This section describes the following two applications that are based on the ComponentOne PayPal eCommerce for ASP.NET controls:
• The Unbound PayPal eCommerce for ASP.NET Controls sample uses the controls in unbound mode. All the information in each control is entered manually, using the wizard or the property pages. This eliminates any coding. Maintaining the pages will require you to go back to Visual Studio and edit the content of the controls.
• The Data-Bound PayPal eCommerce for ASP.NET Controls sample uses the controls in data-bound mode. All the information about the items is stored in an ADO.NET database, and the pages are built on-the-fly. This takes a little bit more planning. However, updating the store does not require heavy maintenance. Just change the database and the store will reflect the changes automatically. You can add, remove, or change the information for any items, and the next time someone visits your store they will see the new information.
Using Unbound PayPal eCommerce for ASP.NET
Controls
Using Data-Bound PayPal eCommerce for ASP.NET
Controls
|