Imports System Imports System.Web.UI Imports System.Web.UI.WebControls Public Class FeaturedProduct Inherits UserControl Public BackColor As String = "lightgreen" End Class