C# Class HacmeBank_v2_Website.ascx.AdminSection

Summary description for AdminSection.
Inheritance: System.Web.UI.UserControl
Show file Open project: o2platform/Demos_Files

Protected Properties

Property Type Description
btnLoginAdminSection global::System.Web.UI.WebControls.Button
lblChallenge global::System.Web.UI.WebControls.Label
lblErrorMessage global::System.Web.UI.WebControls.Label
lblResponse global::System.Web.UI.WebControls.Label
lblResponseValue global::System.Web.UI.WebControls.Label
txtChallenge global::System.Web.UI.WebControls.TextBox
txtResponse global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
btnLoginAdminSection_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.

allocatedRamdomNumberToTextBox ( ) : 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

btnLoginAdminSection_Click() protected method

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

Property Details

btnLoginAdminSection protected property

btnLoginAdminSection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnLoginAdminSection
return global::System.Web.UI.WebControls.Button

lblChallenge protected property

lblChallenge control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblChallenge
return global::System.Web.UI.WebControls.Label

lblErrorMessage protected 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

lblResponse protected property

lblResponse control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblResponse
return global::System.Web.UI.WebControls.Label

lblResponseValue protected property

lblResponseValue control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblResponseValue
return global::System.Web.UI.WebControls.Label

txtChallenge protected property

txtChallenge control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtChallenge
return global::System.Web.UI.WebControls.TextBox

txtResponse protected property

txtResponse control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtResponse
return global::System.Web.UI.WebControls.TextBox