Wednesday, July 12, 2006 4:34 PM
by
tim5
How to Display Products using the ECF Client Library
Introduction
The ECF has a few templates that allow you to display products, however, many of you may want to create your own. For this purpose, we have created a simple application that demonstrates one method of pullling your products from the database using your ecf web service and displaying them on the browser.
Code example
The example code contains the necessary comments for the user to gain a fundmental understanding of the application.
Implementation
To use this application simply unzip it, open it the solution in VS.NET 2005 and modify the code under Default.aspx to include your own SubscriptionId and your ConnectionString to point to your ECF web service.
Once this is done you will be able to build your solution and view it.
Download
The application is attached, simply click below to download.