
May 13th, 2008, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 822
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Completing a Simple Storefront with LINQ
In the last article, we created the storefront's home page, which displayed the three latest products. To do this, we used LINQ in the code-behind file, manually databinding a ListView with the results. We also started to create the <i>Product.aspx</i> page, which displays more detailed information about a given product. In this article, we'll finish the storefront by completing the <i>Product.aspx</i> page and creating the <i>Browse.aspx</i> page, which will allow the user to browse products by category.
Read the full article here: Completing a Simple Storefront with LINQ
For more discussion go here: Blog Article Discussion
|