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 |
Property | Type | Description | |
---|---|---|---|
SecurityDisplayed | void |
Method | Description | |
---|---|---|
CustomEditEducationalTraining ( ) : System | ||
CustomEditEducationalTraining ( XmlDocument pagedata, List |
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 |
Method | Description | |
---|---|---|
SecurityDisplayed ( object sender, EventArgs e ) : void |
public CustomEditEducationalTraining ( ) : System | ||
return | System |
public CustomEditEducationalTraining ( XmlDocument pagedata, List |
||
pagedata | XmlDocument | |
moduleparams | List |
|
pagenamespaces | XmlNamespaceManager | |
return | System |
protected FillEducationalTrainingGrid ( bool refresh ) : void | ||
refresh | bool | |
return | void |
protected GridViewEducation_RowCancelingEdit ( object sender, GridViewCancelEditEventArgs e ) : void | ||
sender | object | |
e | GridViewCancelEditEventArgs | |
return | void |
protected GridViewEducation_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
sender | object | |
e | GridViewRowEventArgs | |
return | void |
protected GridViewEducation_RowDeleting ( object sender, GridViewDeleteEventArgs e ) : void | ||
sender | object | |
e | GridViewDeleteEventArgs | |
return | void |
protected GridViewEducation_RowEditing ( object sender, GridViewEditEventArgs e ) : void | ||
sender | object | |
e | GridViewEditEventArgs | |
return | void |
protected GridViewEducation_RowUpdated ( object sender, GridViewUpdatedEventArgs e ) : void | ||
sender | object | |
e | GridViewUpdatedEventArgs | |
return | void |
protected GridViewEducation_RowUpdating ( object sender, GridViewUpdateEventArgs e ) : void | ||
sender | object | |
e | GridViewUpdateEventArgs | |
return | void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnEditEducation_OnClick ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnInsertCancel_OnClick ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnInsertClose_OnClick ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnInsert_OnClick ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected ibDown_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected ibUp_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.WebControls.GridView GridViewEducation | ||
return | global::System.Web.UI.WebControls.GridView |
protected global::System.Web.UI.WebControls.Repeater RptrEditEducation | ||
return | global::System.Web.UI.WebControls.Repeater |
protected global::System.Web.UI.WebControls.LinkButton btnEditEducation | ||
return | global::System.Web.UI.WebControls.LinkButton |
protected global::System.Web.UI.WebControls.LinkButton btnInsertCancel | ||
return | global::System.Web.UI.WebControls.LinkButton |
protected global::System.Web.UI.WebControls.LinkButton btnInsertEducationalTraining | ||
return | global::System.Web.UI.WebControls.LinkButton |
protected global::System.Web.UI.WebControls.LinkButton btnInsertEducationalTraining2 | ||
return | global::System.Web.UI.WebControls.LinkButton |
protected global::System.Web.UI.WebControls.HiddenField hiddenSubjectID | ||
return | global::System.Web.UI.WebControls.HiddenField |
protected global::System.Web.UI.WebControls.Image imbAddArror | ||
return | global::System.Web.UI.WebControls.Image |
protected global::System.Web.UI.WebControls.Label lblNoEducation | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Literal litBackLink | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Panel pnlEditEducation | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel pnlInsertEducationalTraining | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel pnlSecurityOptions | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions securityOptions | ||
return | global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions |
protected global::System.Web.UI.WebControls.TextBox txtEducationalTrainingDegree | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtEducationalTrainingSchool | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtEndYear | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtFieldOfStudy | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtInstitution | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtLocation | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.UpdateProgress updateProgress | ||
return | global::System.Web.UI.UpdateProgress |