C# 클래스 RegEstudiantes.Presentacion.IniciarInscripciones

파일 보기 프로젝트 열기: enelramon/TeacherControl2

보호된 프로퍼티들

프로퍼티 타입 설명
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