C# 클래스 HacmeBank_v2_Website.ascx.MyAccountForm

파일 보기 프로젝트 열기: o2platform/Demos_Files

보호된 프로퍼티들

프로퍼티 타입 설명
dgAccountDetails global::System.Web.UI.WebControls.DataGrid
lblContactNo global::System.Web.UI.WebControls.Label
lblErrorMessage global::System.Web.UI.WebControls.Label
lblHeading1 global::System.Web.UI.WebControls.Label
lblHeading2 global::System.Web.UI.WebControls.Label

공개 메소드들

메소드 설명
Display_Account_Data ( object oss, DataGridCommandEventArgs e ) : void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void

비공개 메소드들

메소드 설명
GetAccounts ( ) : void
InitializeComponent ( ) : void

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

메소드 상세

Display_Account_Data() 공개 메소드

public Display_Account_Data ( object oss, DataGridCommandEventArgs e ) : void
oss object
e DataGridCommandEventArgs
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

Page_Load() 보호된 메소드

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

프로퍼티 상세

dgAccountDetails 보호되어 있는 프로퍼티

dgAccountDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid dgAccountDetails
리턴 global::System.Web.UI.WebControls.DataGrid

lblContactNo 보호되어 있는 프로퍼티

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

lblErrorMessage 보호되어 있는 프로퍼티

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

lblHeading1 보호되어 있는 프로퍼티

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

lblHeading2 보호되어 있는 프로퍼티

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