OnlinePhotoShop.Browse Class
Summary description for Browse.

Access: Public
Base Classes: Page
  Members Description  
    HyperLink1    
    ProductImage    
    ProductHeading    
    ProductSummary    
    Image    
    Quantity    
    AddButton    
    Feedback    
    Option    
    Previous    
    Next    
    Product    
    Page_Load    
    UpdateProduct Updates the ProductHeading, ProductSummary, ProductImage and Option controls depending on the currently selected product in the Product control.

 
    OnInit    
    InitializeComponent Required method for Designer support - do not modify the contents of this method with the code editor.

 
    Product_SelectedIndexChanged Called when a new product is selected in the Product control. Updates the product description and optionlist by calling UpdateProduct().

 
    Next_Click Called when a the Next button is pressed. Selects the next product in the list and updates the product description and optionlist by calling UpdateProduct().

 
    Previous_Click Called when a the Previous button is pressed. Selects the previous product in the list and updates the product description and optionlist by calling UpdateProduct().

 
    AddButton_Click Called when Add button is pressed. Adds a new item of the currently selected product, option and quantity to the shopping cart.