C# Class FinanzasPersonalesWeb.ConsultaTipoEgreso

Inheritance: System.Web.UI.Page
Show file Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

Property Type Description
BuscarButton global::System.Web.UI.WebControls.Button
CampoTextBox global::System.Web.UI.WebControls.TextBox
ConsultaDropDownList global::System.Web.UI.WebControls.DropDownList
DatoGridView global::System.Web.UI.WebControls.GridView
Label2 global::System.Web.UI.WebControls.Label

Protected Methods

Method Description
BuscarButton_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

BuscarButton_Click() protected method

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

Page_Load() protected method

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

Property Details

BuscarButton protected property

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

CampoTextBox protected property

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

ConsultaDropDownList protected property

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

DatoGridView protected property

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

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