C# Class RegEstudiantes.Presentacion.PasarInscripciones

Afficher le fichier Open project: enelramon/TeacherControl2

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
Guardar_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

Guardar_Click() protected méthode

protected Guardar_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox