C# Class HacmeBank_v2_Website.ascx.PostMessageForm

Inheritance: System.Web.UI.UserControl
ファイルを表示 Open project: o2platform/Demos_Files

Protected Properties

Property Type Description
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

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
btnPostMessage_Click ( object sender, System e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

LoadPostedMessages ( ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, System e ) : void
sender object
e System
return void

btnPostMessage_Click() protected method

protected btnPostMessage_Click ( object sender, System e ) : void
sender object
e System
return void

Property Details

Label1 protected_oe property

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
return global::System.Web.UI.WebControls.Label

Label2 protected_oe property

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
return global::System.Web.UI.WebControls.Label

btnNewMessage protected_oe property

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
return global::System.Web.UI.WebControls.Button

btnPostMessage protected_oe property

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
return global::System.Web.UI.WebControls.Button

lblError protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblErrorMessage protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblMessage protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblPostedMessages protected_oe property

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
return global::System.Web.UI.WebControls.Label

txtSubject protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtText protected_oe property

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
return global::System.Web.UI.WebControls.TextBox