C# Класс RegEstudiantes.Presentacion.PasarInscripciones

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Защищенные методы

Метод Описание
Guardar_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Описание методов

Guardar_Click() защищенный Метод

protected Guardar_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

ConsultaGridView защищенное свойство

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
Результат global::System.Web.UI.WebControls.GridView

EstudianteDropDownList защищенное свойство

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
Результат global::System.Web.UI.WebControls.DropDownList

Guardar защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

IdInscripcionTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox