C# Class RegEstudiantes.Presentacion.rTareas

Inheritance: System.Web.UI.Page
Show file Open project: enelramon/TeacherControl2

Protected Properties

Property Type Description
AsignaturaDropDownList global::System.Web.UI.WebControls.DropDownList
CodigoRequiredFieldValidator global::System.Web.UI.WebControls.RequiredFieldValidator
CodigoTareaTextBox global::System.Web.UI.WebControls.TextBox
DescripcionRequiredFieldValidator global::System.Web.UI.WebControls.RequiredFieldValidator
DescripcionTextBox global::System.Web.UI.WebControls.TextBox
EliminarButton global::System.Web.UI.WebControls.Button
FechaRequiredFieldValidator global::System.Web.UI.WebControls.RequiredFieldValidator
FechaTextBox global::System.Web.UI.WebControls.TextBox
GuardarButton global::System.Web.UI.WebControls.Button
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Label3 global::System.Web.UI.WebControls.Label
Label4 global::System.Web.UI.WebControls.Label
Label5 global::System.Web.UI.WebControls.Label
Label6 global::System.Web.UI.WebControls.Label
Label7 global::System.Web.UI.WebControls.Label
NuevoButton global::System.Web.UI.WebControls.Button
ResultadoEsperadoRequiredFieldValidator global::System.Web.UI.WebControls.RequiredFieldValidator
ResultadoEsperadoTextBox global::System.Web.UI.WebControls.TextBox
SemestreDropDownList global::System.Web.UI.WebControls.DropDownList
ValidationSummary1 global::System.Web.UI.WebControls.ValidationSummary
VenceRequiredFieldValidator global::System.Web.UI.WebControls.RequiredFieldValidator
VenceTextBox global::System.Web.UI.WebControls.TextBox
form1 global::System.Web.UI.HtmlControls.HtmlForm

Public Methods

Method Description
Nuevo ( ) : void

Protected Methods

Method Description
EliminarButton_Click ( object sender, EventArgs e ) : void
GuardarButton_Click ( object sender, EventArgs e ) : void
NuevoButton_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

EliminarButton_Click() protected method

protected EliminarButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

GuardarButton_Click() protected method

protected GuardarButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Nuevo() public method

public Nuevo ( ) : void
return void

NuevoButton_Click() protected method

protected NuevoButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

AsignaturaDropDownList protected property

AsignaturaDropDownList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList AsignaturaDropDownList
return global::System.Web.UI.WebControls.DropDownList

CodigoRequiredFieldValidator protected property

CodigoRequiredFieldValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator CodigoRequiredFieldValidator
return global::System.Web.UI.WebControls.RequiredFieldValidator

CodigoTareaTextBox protected property

CodigoTareaTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox CodigoTareaTextBox
return global::System.Web.UI.WebControls.TextBox

DescripcionRequiredFieldValidator protected property

DescripcionRequiredFieldValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator DescripcionRequiredFieldValidator
return global::System.Web.UI.WebControls.RequiredFieldValidator

DescripcionTextBox protected property

DescripcionTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox DescripcionTextBox
return global::System.Web.UI.WebControls.TextBox

EliminarButton protected property

EliminarButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button EliminarButton
return global::System.Web.UI.WebControls.Button

FechaRequiredFieldValidator protected property

FechaRequiredFieldValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator FechaRequiredFieldValidator
return global::System.Web.UI.WebControls.RequiredFieldValidator

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

GuardarButton protected property

GuardarButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button GuardarButton
return global::System.Web.UI.WebControls.Button

Label1 protected property

Label1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label1
return global::System.Web.UI.WebControls.Label

Label2 protected property

Label2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label2
return global::System.Web.UI.WebControls.Label

Label3 protected property

Label3 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label3
return global::System.Web.UI.WebControls.Label

Label4 protected property

Label4 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label4
return global::System.Web.UI.WebControls.Label

Label5 protected property

Label5 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label5
return global::System.Web.UI.WebControls.Label

Label6 protected property

Label6 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label6
return global::System.Web.UI.WebControls.Label

Label7 protected property

Label7 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label7
return global::System.Web.UI.WebControls.Label

NuevoButton protected property

NuevoButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button NuevoButton
return global::System.Web.UI.WebControls.Button

ResultadoEsperadoRequiredFieldValidator protected property

ResultadoEsperadoRequiredFieldValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator ResultadoEsperadoRequiredFieldValidator
return global::System.Web.UI.WebControls.RequiredFieldValidator

ResultadoEsperadoTextBox protected property

ResultadoEsperadoTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox ResultadoEsperadoTextBox
return global::System.Web.UI.WebControls.TextBox

SemestreDropDownList protected property

SemestreDropDownList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList SemestreDropDownList
return global::System.Web.UI.WebControls.DropDownList

ValidationSummary1 protected property

ValidationSummary1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary1
return global::System.Web.UI.WebControls.ValidationSummary

VenceRequiredFieldValidator protected property

VenceRequiredFieldValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VenceRequiredFieldValidator
return global::System.Web.UI.WebControls.RequiredFieldValidator

VenceTextBox protected property

VenceTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox VenceTextBox
return global::System.Web.UI.WebControls.TextBox

form1 protected property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm