C# Class Projeto_Keep_Walking.frmPublicidade

Inheritance: System.Web.UI.Page
Show file Open project: felipeltnet/projetokeepwalking

Protected Properties

Property Type Description
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Label3 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
gdvPublicidade global::System.Web.UI.WebControls.GridView
lblPublicidade global::System.Web.UI.WebControls.Label
txtDataFinal global::System.Web.UI.WebControls.TextBox
txtDataInicial global::System.Web.UI.WebControls.TextBox
txtValor global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
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
gdvPublicidade_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

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

btnAdicionar_Click() protected method

protected btnAdicionar_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnAlterar_Click() protected method

protected btnAlterar_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnDeletar_Click() protected method

protected btnDeletar_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

gdvPublicidade_SelectedIndexChanged() protected method

protected gdvPublicidade_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

Label1 protected property

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

Label2 protected property

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

Label3 protected property

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

btnAdicionar protected property

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

btnAlterar protected property

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

btnDeletar protected property

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

form1 protected property

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
return global::System.Web.UI.HtmlControls.HtmlForm

gdvPublicidade protected property

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

lblPublicidade protected property

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

txtDataFinal protected property

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

txtDataInicial protected property

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

txtValor protected property

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