C# Class FinanzasPersonalesWeb.Consultas.ConsultaMiembros

Show file Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

Property Type Description
BtnBuscar global::System.Web.UI.WebControls.Button
BuscarPorDropdown global::System.Web.UI.WebControls.DropDownList
MiembrosDataGrid global::System.Web.UI.WebControls.GridView
MiembrosHyperLink global::System.Web.UI.WebControls.HyperLink
TbFiltro global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Method Details

BtnBuscar_Click() protected method

protected BtnBuscar_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_Load() protected method

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

Property Details

BtnBuscar protected property

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

BuscarPorDropdown protected property

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

MiembrosDataGrid protected property

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

MiembrosHyperLink protected property

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

TbFiltro protected property

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