C# Class WebFormsLab.ProductDetails

Mostrar archivo Open project: Microsoft-Web/HOL-ASPNETWebForms

Protected Properties

Property Type Description
productsFormView global::System.Web.UI.WebControls.FormView
threadsMessageLabel global::System.Web.UI.WebControls.Label

Public Methods

Method Description
SelectProduct ( ) : Product
SelectProduct ( [ productId ) : Product
UpdateProduct ( int productID ) : void

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
UpdateProductImage ( Product product ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SelectProduct() public method

public SelectProduct ( ) : Product
return Product

SelectProduct() public method

public SelectProduct ( [ productId ) : Product
productId [
return Product

UpdateProduct() public method

public UpdateProduct ( int productID ) : void
productID int
return void

Property Details

productsFormView protected_oe property

productsFormView control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.FormView productsFormView
return global::System.Web.UI.WebControls.FormView

threadsMessageLabel protected_oe property

threadsMessageLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label threadsMessageLabel
return global::System.Web.UI.WebControls.Label