C# Class RegEstudiantes.Presentacion.RegistroUsuario

ファイルを表示 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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