C# Класс Wam.Account.Register

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

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

Свойство Тип Описание
ConfirmPassword global::System.Web.UI.WebControls.TextBox
ErrorMessage global::System.Web.UI.WebControls.Literal
Password global::System.Web.UI.WebControls.TextBox
UserName global::System.Web.UI.WebControls.TextBox

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

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

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

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

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

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

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

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

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

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

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

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