C# 클래스 EditCustomerNathan.Main

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: larryslack/OrderingProject

보호된 프로퍼티들

프로퍼티 타입 설명
Label1 global::System.Web.UI.WebControls.Label
Label10 global::System.Web.UI.WebControls.Label
Label11 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Label3 global::System.Web.UI.WebControls.Label
Label4 global::System.Web.UI.WebControls.Label
Label5 global::System.Web.UI.WebControls.Label
Label6 global::System.Web.UI.WebControls.Label
Label7 global::System.Web.UI.WebControls.Label
Label8 global::System.Web.UI.WebControls.Label
Label9 global::System.Web.UI.WebControls.Label
btnAdd global::System.Web.UI.WebControls.Button
btnEdit global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblError global::System.Web.UI.WebControls.Label
pnlCon global::System.Web.UI.WebControls.Panel
txtAddress global::System.Web.UI.WebControls.TextBox
txtCity global::System.Web.UI.WebControls.TextBox
txtContactName global::System.Web.UI.WebControls.TextBox
txtCountry global::System.Web.UI.WebControls.TextBox
txtFax global::System.Web.UI.WebControls.TextBox
txtID global::System.Web.UI.WebControls.TextBox
txtName global::System.Web.UI.WebControls.TextBox
txtPhone global::System.Web.UI.WebControls.TextBox
txtPostalCode global::System.Web.UI.WebControls.TextBox
txtRegion global::System.Web.UI.WebControls.TextBox
txtTile global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnAdd_Click ( object sender, EventArgs e ) : void
btnEdit_Click ( object sender, EventArgs e ) : void

메소드 상세

Page_Load() 보호된 메소드

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

btnAdd_Click() 보호된 메소드

protected btnAdd_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnEdit_Click() 보호된 메소드

protected btnEdit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

Label1 보호되어 있는 프로퍼티

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

Label10 보호되어 있는 프로퍼티

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

Label11 보호되어 있는 프로퍼티

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

Label2 보호되어 있는 프로퍼티

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

Label3 보호되어 있는 프로퍼티

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

Label4 보호되어 있는 프로퍼티

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

Label5 보호되어 있는 프로퍼티

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

Label6 보호되어 있는 프로퍼티

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

Label7 보호되어 있는 프로퍼티

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

Label8 보호되어 있는 프로퍼티

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

Label9 보호되어 있는 프로퍼티

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

btnAdd 보호되어 있는 프로퍼티

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

btnEdit 보호되어 있는 프로퍼티

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

form1 보호되어 있는 프로퍼티

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

lblError 보호되어 있는 프로퍼티

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

pnlCon 보호되어 있는 프로퍼티

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

txtAddress 보호되어 있는 프로퍼티

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

txtCity 보호되어 있는 프로퍼티

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

txtContactName 보호되어 있는 프로퍼티

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

txtCountry 보호되어 있는 프로퍼티

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

txtFax 보호되어 있는 프로퍼티

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

txtID 보호되어 있는 프로퍼티

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

txtName 보호되어 있는 프로퍼티

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

txtPhone 보호되어 있는 프로퍼티

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

txtPostalCode 보호되어 있는 프로퍼티

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

txtRegion 보호되어 있는 프로퍼티

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

txtTile 보호되어 있는 프로퍼티

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