C# 클래스 AW.Portal.UserControls.Cartitems

파일 보기 프로젝트 열기: vgopu2/BISummer2015-P1-T2

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
dataload ( ) : void

보호된 메소드들

메소드 설명
GridView_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
UpdateCart_Click ( object sender, EventArgs e ) : void

메소드 상세

GridView_RowCommand() 보호된 메소드

protected GridView_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

UpdateCart_Click() 보호된 메소드

protected UpdateCart_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

dataload() 공개 메소드

public dataload ( ) : void
리턴 void

프로퍼티 상세

Gv1 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.GridView

UpdateCart 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

lbl_GrandTotal 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

statusLabel 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

totalAmountLabel 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label