C# Class RegEstudiantes.Presentacion.PasarInscripciones

显示文件 Open project: enelramon/TeacherControl2

Protected Properties

Property Type Description
ConsultaGridView global::System.Web.UI.WebControls.GridView
EstudianteDropDownList global::System.Web.UI.WebControls.DropDownList
Guardar global::System.Web.UI.WebControls.Button
IdInscripcionTextBox global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Method Details

Guardar_Click() protected method

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

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

EstudianteDropDownList protected_oe property

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

Guardar protected_oe property

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

IdInscripcionTextBox protected_oe property

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