// alterations by gavin for MarsV3 19-4-12 - line 96 #region "Page Events" protected void Page_Load(object sender, System.EventArgs e) { //Set Page title this.Page.Title = "MARS - Maintenance Mapping Table"; this.UserControlPageInformation.LastUpdateLabel.Visible = false; if (!Page.IsPostBack) { //Set page informtion on usercontrol base.SetPageInformationTitle("MappingTableMaintenance", this.UserControlPageInformation, false); SessionHandler.ClearMappingSelectionSessions(); } if (!this.Page.ClientScript.IsClientScriptIncludeRegistered("MappingValidation")) { this.Page.ClientScript.RegisterClientScriptInclude("MappingValidation", this.ResolveUrl("~/JScript/MappingValidation.js")); } }