C# Class FinanzasPersonalesWeb.Consultas.cMetas

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

Protected Properties

Property Type Description
BuscarButton global::System.Web.UI.WebControls.Button
ConsultaDropDownList global::System.Web.UI.WebControls.DropDownList
ConsultaTextBox global::System.Web.UI.WebControls.TextBox
ImprimirButton global::System.Web.UI.WebControls.Button
MetasGridView global::System.Web.UI.WebControls.GridView

Public Methods

Method Description
CargarGridView ( ) : void
ShowToast ( string tipo, string titulo, string mensaje ) : void

Protected Methods

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

Method Details

BuscarButton_Click1() protected method

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

CargarGridView() public method

public CargarGridView ( ) : void
return void

ImprimirButton_Click() protected method

protected ImprimirButton_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

ShowToast() public method

public ShowToast ( string tipo, string titulo, string mensaje ) : void
tipo string
titulo string
mensaje string
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

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

ConsultaTextBox protected property

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

ImprimirButton protected property

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

MetasGridView protected property

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