C# Class AdmPwd.Portal._Default

显示文件 Open project: jformacek/laps-e

Protected Properties

Property Type Description
PHControls global::System.Web.UI.WebControls.PlaceHolder
PanelError global::System.Web.UI.WebControls.Panel
PanelMainContent global::System.Web.UI.WebControls.Panel
btnManageCryptoKeys global::System.Web.UI.WebControls.Button
btnNewRequest global::System.Web.UI.WebControls.Button
labelError global::System.Web.UI.WebControls.Label
lit1 global::System.Web.UI.WebControls.Literal
pnlManageCryptoKeysNavigation global::System.Web.UI.WebControls.Panel

Public Methods

Method Description
ShowBackToNewRequestButton ( ) : void

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
LoadControls ( ) : void
SetControlStatus ( ) : void
ShowHideButtonManageKeys ( ) : void
btnManageCryptoKeys_Click ( object sender, EventArgs e ) : void
btnNewRequest_Click ( object sender, EventArgs e ) : void

Method Details

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e EventArgs
return void

Page_Load() protected method

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

ShowBackToNewRequestButton() public method

public ShowBackToNewRequestButton ( ) : void
return void

Property Details

PHControls protected_oe property

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

PanelError protected_oe property

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

PanelMainContent protected_oe property

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

btnManageCryptoKeys protected_oe property

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

btnNewRequest protected_oe property

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

labelError protected_oe property

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

lit1 protected_oe property

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

pnlManageCryptoKeysNavigation protected_oe property

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