C# Class RegEstudiantes.Presentacion.IniciarInscripciones

Show file Open project: enelramon/TeacherControl2

Protected Properties

Property Type Description
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

Protected Methods

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

Method Details

IdProfesorDropDownList0_SelectedIndexChanged() protected method

protected IdProfesorDropDownList0_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

InciarButton_Click() protected method

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

FechaTextBox protected property

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
return global::System.Web.UI.WebControls.TextBox

IdAsignaturaDropDownList protected property

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
return global::System.Web.UI.WebControls.DropDownList

IdProfesorDropDownList protected property

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
return global::System.Web.UI.WebControls.DropDownList

IdSeccionDropDownList protected property

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
return global::System.Web.UI.WebControls.DropDownList

IdSemestreDropDownList protected property

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
return global::System.Web.UI.WebControls.DropDownList

InciarButton protected property

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
return global::System.Web.UI.WebControls.Button