C# Class Profiles.Edit.Modules.CustomEditEducationalTraining.CustomEditEducationalTraining

显示文件 Open project: ProfilesRNS/ProfilesRNS

Protected Properties

Property Type Description
GridViewEducation global::System.Web.UI.WebControls.GridView
RptrEditEducation global::System.Web.UI.WebControls.Repeater
btnEditEducation global::System.Web.UI.WebControls.LinkButton
btnInsertCancel global::System.Web.UI.WebControls.LinkButton
btnInsertEducationalTraining global::System.Web.UI.WebControls.LinkButton
btnInsertEducationalTraining2 global::System.Web.UI.WebControls.LinkButton
hiddenSubjectID global::System.Web.UI.WebControls.HiddenField
imbAddArror global::System.Web.UI.WebControls.Image
lblNoEducation global::System.Web.UI.WebControls.Label
litBackLink global::System.Web.UI.WebControls.Literal
pnlEditEducation global::System.Web.UI.WebControls.Panel
pnlInsertEducationalTraining global::System.Web.UI.WebControls.Panel
pnlSecurityOptions global::System.Web.UI.WebControls.Panel
securityOptions global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions
txtEducationalTrainingDegree global::System.Web.UI.WebControls.TextBox
txtEducationalTrainingSchool global::System.Web.UI.WebControls.TextBox
txtEndYear global::System.Web.UI.WebControls.TextBox
txtFieldOfStudy global::System.Web.UI.WebControls.TextBox
txtInstitution global::System.Web.UI.WebControls.TextBox
txtLocation global::System.Web.UI.WebControls.TextBox
updateProgress global::System.Web.UI.UpdateProgress
upnlEditSection global::System.Web.UI.UpdatePanel

Private Properties

Property Type Description
SecurityDisplayed void

Public Methods

Method Description
CustomEditEducationalTraining ( ) : System
CustomEditEducationalTraining ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

Protected Methods

Method Description
FillEducationalTrainingGrid ( bool refresh ) : void
GridViewEducation_RowCancelingEdit ( object sender, GridViewCancelEditEventArgs e ) : void
GridViewEducation_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
GridViewEducation_RowDeleting ( object sender, GridViewDeleteEventArgs e ) : void
GridViewEducation_RowEditing ( object sender, GridViewEditEventArgs e ) : void
GridViewEducation_RowUpdated ( object sender, GridViewUpdatedEventArgs e ) : void
GridViewEducation_RowUpdating ( object sender, GridViewUpdateEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnEditEducation_OnClick ( object sender, EventArgs e ) : void
btnInsertCancel_OnClick ( object sender, EventArgs e ) : void
btnInsertClose_OnClick ( object sender, EventArgs e ) : void
btnInsert_OnClick ( object sender, EventArgs e ) : void
ibDown_Click ( object sender, EventArgs e ) : void
ibUp_Click ( object sender, EventArgs e ) : void

Private Methods

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

Method Details

CustomEditEducationalTraining() public method

public CustomEditEducationalTraining ( ) : System
return System

CustomEditEducationalTraining() public method

public CustomEditEducationalTraining ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata XmlDocument
moduleparams List
pagenamespaces XmlNamespaceManager
return System

FillEducationalTrainingGrid() protected method

protected FillEducationalTrainingGrid ( bool refresh ) : void
refresh bool
return void

GridViewEducation_RowCancelingEdit() protected method

protected GridViewEducation_RowCancelingEdit ( object sender, GridViewCancelEditEventArgs e ) : void
sender object
e GridViewCancelEditEventArgs
return void

GridViewEducation_RowDataBound() protected method

protected GridViewEducation_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
return void

GridViewEducation_RowDeleting() protected method

protected GridViewEducation_RowDeleting ( object sender, GridViewDeleteEventArgs e ) : void
sender object
e GridViewDeleteEventArgs
return void

GridViewEducation_RowEditing() protected method

protected GridViewEducation_RowEditing ( object sender, GridViewEditEventArgs e ) : void
sender object
e GridViewEditEventArgs
return void

GridViewEducation_RowUpdated() protected method

protected GridViewEducation_RowUpdated ( object sender, GridViewUpdatedEventArgs e ) : void
sender object
e GridViewUpdatedEventArgs
return void

GridViewEducation_RowUpdating() protected method

protected GridViewEducation_RowUpdating ( object sender, GridViewUpdateEventArgs e ) : void
sender object
e GridViewUpdateEventArgs
return void

Page_Load() protected method

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

btnEditEducation_OnClick() protected method

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

btnInsertCancel_OnClick() protected method

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

btnInsertClose_OnClick() protected method

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

btnInsert_OnClick() protected method

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

ibDown_Click() protected method

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

ibUp_Click() protected method

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

Property Details

GridViewEducation protected_oe property

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

RptrEditEducation protected_oe property

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

btnEditEducation protected_oe property

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

btnInsertCancel protected_oe property

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

btnInsertEducationalTraining protected_oe property

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

btnInsertEducationalTraining2 protected_oe property

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

hiddenSubjectID protected_oe property

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

imbAddArror protected_oe property

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

lblNoEducation protected_oe property

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

litBackLink protected_oe property

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

pnlEditEducation protected_oe property

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

pnlInsertEducationalTraining protected_oe property

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

pnlSecurityOptions protected_oe property

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

securityOptions protected_oe property

securityOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions securityOptions
return global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions

txtEducationalTrainingDegree protected_oe property

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

txtEducationalTrainingSchool protected_oe property

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

txtEndYear protected_oe property

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

txtFieldOfStudy protected_oe property

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

txtInstitution protected_oe property

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

txtLocation protected_oe property

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

updateProgress protected_oe property

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

upnlEditSection protected_oe property

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