home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / aspplus / doc / ecommerceapp.aspx < prev    next >
Encoding:
Text File  |  2000-05-26  |  990 b   |  24 lines

  1.  
  2. <%@ Register TagPrefix="Acme" TagName="SourceRef" Src="/quickstart/util/SrcRef.aspx"%>
  3.  
  4. <!-- #include virtual="/quickstart/aspplus/include/header.inc" -->
  5.  
  6. <h4>An E-Commerce Storefront</h4>
  7.  
  8. <p>
  9. The following sample application is a mock-up of a typical ecommerce store-front.  The application shows the most common 
  10. elements of these types of applications: a product browser, a session-based shopping cart, product details, etc.  A SQL Server database is used to store the product 
  11. data, and the DataList and Repeater controls render this data.  The data access portion of the application is implemented as a
  12. managed component.
  13. <p>
  14.  
  15. <Acme:SourceRef 
  16.   RunSample="/quickstart/aspplus/samples/grocertogo/grocertogo.aspx" 
  17.   ViewSource="/quickstart/aspplus/samples/grocertogo/grocertogo.src"
  18.   Icon="/quickstart/aspplus/images/grocertogo_icon.gif"
  19.   Caption="GrocerToGo.aspx"
  20.   runat="server" />
  21.  
  22. <p>
  23.  
  24. <!-- #include virtual="/quickstart/aspplus/include/footer.inc" -->