C# Класс RegEstudiantes.Presentacion.LoginUsuario

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
ClaveLabel global::System.Web.UI.WebControls.Label
ClaveTextBox global::System.Web.UI.WebControls.TextBox
EntrarButton global::System.Web.UI.WebControls.Button
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
UsuarioLabel global::System.Web.UI.WebControls.Label
form1 global::System.Web.UI.HtmlControls.HtmlForm

Защищенные методы

Метод Описание
EntrarButton_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Описание методов

EntrarButton_Click() защищенный Метод

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

Описание свойств

ClaveLabel защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

ClaveTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

EntrarButton защищенное свойство

EntrarButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button EntrarButton
Результат global::System.Web.UI.WebControls.Button

NombreTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

Panel1 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Panel

RequiredFieldValidator1 защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

RequiredFieldValidator2 защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

UsuarioLabel защищенное свойство

UsuarioLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label UsuarioLabel
Результат global::System.Web.UI.WebControls.Label

form1 защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlForm