C# 클래스 HacmeBank_v2_Website.ascx.Manage_Users

Manage_Users class.
Auto-generated class.
파일 보기 프로젝트 열기: o2platform/Demos_Files

보호된 프로퍼티들

프로퍼티 타입 설명
btnAddNewUser global::System.Web.UI.WebControls.Button
btnSubmitUserDetails global::System.Web.UI.WebControls.Button
buttonSubmitUserDetails System.Web.UI.WebControls.Table
dgUsersDetails global::System.Web.UI.WebControls.DataGrid
lblErrorMessage global::System.Web.UI.WebControls.Label
lblPageTitle global::System.Web.UI.WebControls.Label
tblUserDetailsForm global::System.Web.UI.WebControls.Table
txtLoginID global::System.Web.UI.WebControls.TextBox
txtUserPassword global::System.Web.UI.WebControls.TextBox
txtUsername global::System.Web.UI.WebControls.TextBox

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

LoadUsersDetails ( ) : 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

btnAddNewUser_Click() 보호된 메소드

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

btnSubmitUserDetails_Click() 보호된 메소드

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

processPageCommands() 공개 메소드

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

프로퍼티 상세

btnAddNewUser 보호되어 있는 프로퍼티

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

btnSubmitUserDetails 보호되어 있는 프로퍼티

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

buttonSubmitUserDetails 보호되어 있는 프로퍼티

protected Table,System.Web.UI.WebControls buttonSubmitUserDetails
리턴 System.Web.UI.WebControls.Table

dgUsersDetails 보호되어 있는 프로퍼티

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

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

lblPageTitle 보호되어 있는 프로퍼티

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

tblUserDetailsForm 보호되어 있는 프로퍼티

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

txtLoginID 보호되어 있는 프로퍼티

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

txtUserPassword 보호되어 있는 프로퍼티

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

txtUsername 보호되어 있는 프로퍼티

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