C# Class RegEstudiantes.Presentacion.RegistroUsuario

Show file Open project: enelramon/TeacherControl2

Protected Properties

Property Type Description
ActivoCheckBox global::System.Web.UI.WebControls.CheckBox
ActivoLabel global::System.Web.UI.WebControls.Label
BuscarBotton global::System.Web.UI.WebControls.Button
ClaveLabel global::System.Web.UI.WebControls.Label
ClaveTextBox global::System.Web.UI.WebControls.TextBox
ConsultarBotton global::System.Web.UI.WebControls.Button
CrearButton global::System.Web.UI.WebControls.Button
EliminarButton global::System.Web.UI.WebControls.Button
LimpiarBotton global::System.Web.UI.WebControls.Button
NombreLabel global::System.Web.UI.WebControls.Label
NombreTextBox global::System.Web.UI.WebControls.TextBox
Panel1 global::System.Web.UI.WebControls.Panel
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator2 global::System.Web.UI.WebControls.RequiredFieldValidator
TipoDropDownList global::System.Web.UI.WebControls.DropDownList
TipoLabel global::System.Web.UI.WebControls.Label
form1 global::System.Web.UI.HtmlControls.HtmlForm

Public Methods

Method Description
Limpiar ( ) : void

Protected Methods

Method Description
BuscarBotton_Click ( object sender, EventArgs e ) : void
ConsultarBotton_Click ( object sender, EventArgs e ) : void
CrearButton_Click ( object sender, EventArgs e ) : void
EliminarButton_Click ( object sender, EventArgs e ) : void
LimpiarBotton_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

BuscarBotton_Click() protected method

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

ConsultarBotton_Click() protected method

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

CrearButton_Click() protected method

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

EliminarButton_Click() protected method

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

Limpiar() public method

public Limpiar ( ) : void
return void

LimpiarBotton_Click() protected method

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

ActivoCheckBox protected property

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

ActivoLabel protected property

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

BuscarBotton protected property

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

ClaveLabel protected property

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

ClaveTextBox protected property

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

ConsultarBotton protected property

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

CrearButton protected property

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

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

LimpiarBotton protected property

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

NombreLabel protected property

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

NombreTextBox protected property

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

Panel1 protected property

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

RequiredFieldValidator1 protected property

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

RequiredFieldValidator2 protected property

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

TipoDropDownList protected property

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

TipoLabel protected property

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

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