C# Class TeacherControl.Consulta.ConsultaCalificaciones

Mostrar archivo Open project: enelramon/TeacherControl2

Protected Properties

Property Type Description
BuscarButton global::System.Web.UI.WebControls.Button
BusquedaPorDropDownList global::System.Web.UI.WebControls.DropDownList
BusquedaTextBox global::System.Web.UI.WebControls.TextBox
ConsultaGridView global::System.Web.UI.WebControls.GridView

Protected Methods

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

Method Details

BuscarButton_Click() protected method

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

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
return global::System.Web.UI.WebControls.Button

BusquedaPorDropDownList protected_oe property

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

BusquedaTextBox protected_oe property

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

ConsultaGridView protected_oe property

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