C# Класс HacmeBank_v2_Website.ascx.Welcome

Welcome class.
Auto-generated class.
Показать файл Открыть проект

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

Свойство Тип Описание
lblErrorMessage global::System.Web.UI.WebControls.Label

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

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

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

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

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

protected OnInit ( EventArgs e ) : void
e EventArgs
Результат void

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

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

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

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

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