C# Class templateApp.GUI.Modulo14.M14_ConsultarPlanillasSolicitadas

Inheritance: System.Web.UI.Page, IContratoM14ConsultarPlanillasSolicitadas
Show file Open project: rosmantorres/sakaratedo

Protected Properties

Property Type Description
alerta global::System.Web.UI.HtmlControls.HtmlGenericControl
tabla global::System.Web.UI.WebControls.Literal

Public Methods

Method Description
EliminarFilaTable ( ) : void
LlamarVentana_Click ( ) : void
M14_ConsultarPlanillasSolicitadas ( ) : System

Protected Methods

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

Method Details

EliminarFilaTable() public method

public EliminarFilaTable ( ) : void
return void

LlamarVentana_Click() public method

public LlamarVentana_Click ( ) : void
return void

M14_ConsultarPlanillasSolicitadas() public method

public M14_ConsultarPlanillasSolicitadas ( ) : System
return System

Page_Load() protected method

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

Property Details

alerta protected property

Control alerta.
Campo generado automáticamente. Para modificarlo, mueva la declaración del campo del archivo del diseñador al archivo de código subyacente.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl alerta
return global::System.Web.UI.HtmlControls.HtmlGenericControl

tabla protected property

Control tabla.
Campo generado automáticamente. Para modificarlo, mueva la declaración del campo del archivo del diseñador al archivo de código subyacente.
protected global::System.Web.UI.WebControls.Literal tabla
return global::System.Web.UI.WebControls.Literal