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

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

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

Свойство Тип Описание
FechaTextBox global::System.Web.UI.WebControls.TextBox
IdAsignaturaDropDownList global::System.Web.UI.WebControls.DropDownList
IdProfesorDropDownList global::System.Web.UI.WebControls.DropDownList
IdSeccionDropDownList global::System.Web.UI.WebControls.DropDownList
IdSemestreDropDownList global::System.Web.UI.WebControls.DropDownList
InciarButton global::System.Web.UI.WebControls.Button

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

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

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

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

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

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

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

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

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

FechaTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox FechaTextBox
Результат global::System.Web.UI.WebControls.TextBox

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

IdAsignaturaDropDownList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList IdAsignaturaDropDownList
Результат global::System.Web.UI.WebControls.DropDownList

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

IdProfesorDropDownList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList IdProfesorDropDownList
Результат global::System.Web.UI.WebControls.DropDownList

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

IdSeccionDropDownList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList IdSeccionDropDownList
Результат global::System.Web.UI.WebControls.DropDownList

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

IdSemestreDropDownList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList IdSemestreDropDownList
Результат global::System.Web.UI.WebControls.DropDownList

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

InciarButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button InciarButton
Результат global::System.Web.UI.WebControls.Button