C# Class AW.Portal.UserControls.ShoppingCart

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

Protected Properties

Property Type Description
Gv1 global::System.Web.UI.WebControls.GridView
UpdateCart global::System.Web.UI.WebControls.Button
lbl_GrandTotal global::System.Web.UI.WebControls.Label
statusLabel global::System.Web.UI.WebControls.Label
totalAmountLabel global::System.Web.UI.WebControls.Label

Public Methods

Method Description
createtable ( ) : void
dataload ( ) : void

Protected Methods

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

Method Details

GridView_RowCommand() protected method

protected GridView_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
return void

Page_Load() protected method

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

UpdateCart_Click() protected method

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

createtable() public method

public createtable ( ) : void
return void

dataload() public method

public dataload ( ) : void
return void

Property Details

Gv1 protected property

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

UpdateCart protected property

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

lbl_GrandTotal protected property

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

statusLabel protected property

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

totalAmountLabel protected property

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