C# Class AW.Portal.UserControls.ProductOrder

Show file Open project: vgopu2/BISummer2015-P1-T2

Protected Properties

Property Type Description
btnAddToCart global::System.Web.UI.WebControls.Button
ddlquantity global::System.Web.UI.WebControls.DropDownList
lbl_categoryname global::System.Web.UI.WebControls.Label
lbl_color global::System.Web.UI.WebControls.Label
lbl_description global::System.Web.UI.WebControls.Label
lbl_listprice global::System.Web.UI.WebControls.Label
lbl_modelname global::System.Web.UI.WebControls.Label
lbl_productname global::System.Web.UI.WebControls.Label
lbl_productnumber global::System.Web.UI.WebControls.Label
txtTotalPrice global::System.Web.UI.WebControls.TextBox

Public Methods

Method Description
GetDesc ( int ProductDescriptionId ) : void
GetDescOrder ( int ProductDescriptionId ) : void

Protected Methods

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

Method Details

AddtoCart_Click() protected method

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

GetDesc() public method

public GetDesc ( int ProductDescriptionId ) : void
ProductDescriptionId int
return void

GetDescOrder() public method

public GetDescOrder ( int ProductDescriptionId ) : void
ProductDescriptionId int
return void

Page_Load() protected method

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

btnAddToCart_Click() protected method

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

ddlquantity_SelectedIndexChanged() protected method

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

Property Details

btnAddToCart protected property

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

ddlquantity protected property

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

lbl_categoryname protected property

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

lbl_color protected property

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

lbl_description protected property

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

lbl_listprice protected property

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

lbl_modelname protected property

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

lbl_productname protected property

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

lbl_productnumber protected property

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

txtTotalPrice protected property

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