C# Class ProjectName.Web.MainContentTemplate

Show file Open project: MonoSoftware/MonoX-Sample-Solution

Protected Properties

Property Type Description
GPSLocation global::System.Web.UI.WebControls.TextBox
Hometown global::System.Web.UI.WebControls.TextBox
Ul1 global::System.Web.UI.HtmlControls.HtmlGenericControl
UpdateDate global::System.Web.UI.WebControls.TextBox
btnSave global::MonoSoftware.MonoX.Controls.StyledButton
labEditProfile2 global::System.Web.UI.HtmlControls.HtmlGenericControl
labGPSLocation global::System.Web.UI.WebControls.Label
labHometown global::System.Web.UI.WebControls.Label
labUpdateDate global::System.Web.UI.WebControls.Label
labViewProfile2 global::System.Web.UI.HtmlControls.HtmlGenericControl
lnkEditProfile2 global::System.Web.UI.WebControls.LinkButton
lnkViewProfile2 global::System.Web.UI.WebControls.LinkButton
prevGPSLocation global::System.Web.UI.WebControls.Label
prevHometown global::System.Web.UI.WebControls.Label
prevUpdateDate global::System.Web.UI.WebControls.Label

Private Properties

Property Type Description
Page_LoadComplete void
btnSave_Click void
lnkEditProfile_Click void
lnkViewProfile_Click void

Public Methods

Method Description
DataBind ( ) : void

Module databind.

DataBind ( bool rebind ) : void

Module databind.

Protected Methods

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

Private Methods

Method Description
Page_LoadComplete ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
lnkEditProfile_Click ( object sender, EventArgs e ) : void
lnkViewProfile_Click ( object sender, EventArgs e ) : void

Method Details

DataBind() public method

Module databind.
public DataBind ( ) : void
return void

DataBind() public method

Module databind.
public DataBind ( bool rebind ) : void
rebind bool Refetch the user data
return void

Page_Init() protected method

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

Page_Load() protected method

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

Property Details

GPSLocation protected property

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

Hometown protected property

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

Ul1 protected property

Ul1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl Ul1
return global::System.Web.UI.HtmlControls.HtmlGenericControl

UpdateDate protected property

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

btnSave protected property

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.Controls.StyledButton btnSave
return global::MonoSoftware.MonoX.Controls.StyledButton

labEditProfile2 protected property

labEditProfile2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl labEditProfile2
return global::System.Web.UI.HtmlControls.HtmlGenericControl

labGPSLocation protected property

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

labHometown protected property

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

labUpdateDate protected property

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

labViewProfile2 protected property

labViewProfile2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl labViewProfile2
return global::System.Web.UI.HtmlControls.HtmlGenericControl

lnkEditProfile2 protected property

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

lnkViewProfile2 protected property

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

prevGPSLocation protected property

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

prevHometown protected property

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

prevUpdateDate protected property

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