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

Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

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

Свойство Тип Описание
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
btnNewMessage global::System.Web.UI.WebControls.Button
btnPostMessage global::System.Web.UI.WebControls.Button
lblError global::System.Web.UI.WebControls.Label
lblErrorMessage global::System.Web.UI.WebControls.Label
lblMessage global::System.Web.UI.WebControls.Label
lblPostedMessages global::System.Web.UI.WebControls.Label
txtSubject global::System.Web.UI.WebControls.TextBox
txtText global::System.Web.UI.WebControls.TextBox

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

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

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

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

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

LoadPostedMessages ( ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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