C# 클래스 Projeto_Keep_Walking.frmPatrocinador

파일 보기 프로젝트 열기: felipeltnet/projetokeepwalking

보호된 프로퍼티들

프로퍼티 타입 설명
Label1 global::System.Web.UI.WebControls.Label
btnAdicionar global::System.Web.UI.WebControls.Button
btnAlterar global::System.Web.UI.WebControls.Button
btnDeletar global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
gdvPatrocinador global::System.Web.UI.WebControls.GridView
lblPatrocinador global::System.Web.UI.WebControls.Label
txtPatrocinador global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnAdicionar_Click ( object sender, EventArgs e ) : void
btnAlterar_Click ( object sender, EventArgs e ) : void
btnDeletar_Click ( object sender, EventArgs e ) : void
gdvPatrocinador_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

Page_Load() 보호된 메소드

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

btnAdicionar_Click() 보호된 메소드

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

btnAlterar_Click() 보호된 메소드

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

btnDeletar_Click() 보호된 메소드

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

gdvPatrocinador_SelectedIndexChanged() 보호된 메소드

protected gdvPatrocinador_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e 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

btnAdicionar 보호되어 있는 프로퍼티

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

btnAlterar 보호되어 있는 프로퍼티

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

btnDeletar 보호되어 있는 프로퍼티

btnDeletar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnDeletar
리턴 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

gdvPatrocinador 보호되어 있는 프로퍼티

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

lblPatrocinador 보호되어 있는 프로퍼티

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

txtPatrocinador 보호되어 있는 프로퍼티

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