C# Class RegistroEstudiantes.Presentacion.ConsultaFecha

Inheritance: System.Web.UI.Page
Datei anzeigen Open project: enelramon/TeacherControl2

Protected Properties

Property Type Description
ConsultarButton global::System.Web.UI.WebControls.Button
DesdeTextBox global::System.Web.UI.WebControls.TextBox
HastaTextBox global::System.Web.UI.WebControls.TextBox
Label global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label

Protected Methods

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

Method Details

ConsultarButton_Click() protected method

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

ConsultarButton protected_oe property

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

DesdeTextBox protected_oe property

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

HastaTextBox protected_oe property

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

Label protected_oe property

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

Label2 protected_oe 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