C# Класс WIKI.Account.Login

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

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

Свойство Тип Описание
Button1 global::System.Web.UI.WebControls.Button
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Password global::System.Web.UI.WebControls.TextBox
RegisterHyperLink global::System.Web.UI.WebControls.HyperLink
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator2 global::System.Web.UI.WebControls.RequiredFieldValidator
UserName global::System.Web.UI.WebControls.TextBox

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

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
btnLogin_Click ( object sender, EventArgs e ) : void
checkUser ( string username, string password ) : int

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

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

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

protected btnLogin_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

protected checkUser ( string username, string password ) : int
username string
password string
Результат int

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

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

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

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

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

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

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

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

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

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

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

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

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

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