C# Class FinanzasPersonalesWeb.Consultas.cTransferencias

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

Свойство Type Description
BuscarButton global::System.Web.UI.WebControls.Button
DatosDropDownList global::System.Web.UI.WebControls.DropDownList
DatosGridView global::System.Web.UI.WebControls.GridView
DatosTextBox global::System.Web.UI.WebControls.TextBox

Méthodes protégées

Méthode Description
BuscarButton_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

BuscarButton_Click() protected méthode

protected BuscarButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

BuscarButton protected_oe 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
Résultat global::System.Web.UI.WebControls.Button

DatosDropDownList protected_oe property

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

DatosGridView protected_oe property

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

DatosTextBox protected_oe property

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