The FeaturedItems.ascx User Control File

The FeaturedItems.ascx Web server control was created to display the list of featured items. As mentioned in the previous section, a data grid was used for this purpose. Listing 7.6 shows this code.

Listing 7.6. The FeaturedItems.ascx Web Server Control
<%@ Control Language="c#" AutoEventWireup="false" src="FeaturedItems.ascx.cs"
 Codebehind="FeaturedItems.ascx.cs" Inherits="MyGolfGear.UserControls. FeaturedItems"%> <table border="0" width="146" cellspacing="0" cellpadding="0"> <tr> <td BGCOLOR="#336633" valign=bottom ALIGN=CENTER width="100%" colspan="3"> <img border="0" align=absbottom src="../images/win_hdr_productspotlight.gif" ...

Get Building e-Commerce Sites with the .NET Framework now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.