C# Class ProjectName.Web.MainContentTemplate

Datei anzeigen 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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