Method | Description | |
---|---|---|
Add_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, |
Add controls directly to the form in the main control area placeholder The bulk of this page is added here, as controls |
|
NewPassword_MySobekViewer ( RequestCache RequestSpecificValues ) : System |
Constructor for a new instance of the NewPassword_MySobekViewer class
|
|
Write_HTML ( |
Add the HTML to be displayed in the main SobekCM viewer area This class does nothing, since this form is added as controls, not HTML |
Method | Description | |
---|---|---|
submitButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void |
public Add_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, |
||
MainPlaceHolder | System.Web.UI.WebControls.PlaceHolder | Main place holder to which all main controls are added |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public NewPassword_MySobekViewer ( RequestCache RequestSpecificValues ) : System | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
return | System |
public Write_HTML ( |
||
Output | Textwriter to write the HTML for this viewer | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |