C# Class AppActs.Client.WebSite.Login

Show file Open project: Appacts/mobile-analytics-server

Protected Properties

Property Type Description
ForgotPassword1 global::AppActs.Client.WebSite.App_Views.ForgotPasswordView
Login1 global::AppActs.Client.WebSite.App_Views.LoginView
mvMain global::System.Web.UI.WebControls.MultiView
vwForgotPassword global::System.Web.UI.WebControls.View
vwLogin global::System.Web.UI.WebControls.View

Protected Methods

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

Method Details

Page_Load() protected method

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

Property Details

ForgotPassword1 protected property

ForgotPassword1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AppActs.Client.WebSite.App_Views.ForgotPasswordView ForgotPassword1
return global::AppActs.Client.WebSite.App_Views.ForgotPasswordView

Login1 protected property

Login1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AppActs.Client.WebSite.App_Views.LoginView Login1
return global::AppActs.Client.WebSite.App_Views.LoginView

mvMain protected property

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

vwForgotPassword protected property

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

vwLogin protected property

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