From 6e96a3014bf379271ec7c4286582c4fdb9a355f6 Mon Sep 17 00:00:00 2001 From: samuele Date: Wed, 26 Sep 2012 10:50:15 +0200 Subject: [PATCH] modificato: aggiunto link x export excel --- .../GIM_site/WebUserControls/mod_elencoMtzProg.ascx | 3 +++ .../GIM_site/WebUserControls/mod_elencoMtzProg.ascx.cs | 5 +++++ .../WebUserControls/mod_elencoMtzProg.ascx.designer.cs | 9 +++++++++ 3 files changed, 17 insertions(+) diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx index b5fc75f..9a9bbbb 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx @@ -5,6 +5,9 @@ { %> <% } %> +
+ +
diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx.cs index 1757641..45b5ac2 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx.cs @@ -216,6 +216,11 @@ public partial class mod_elencoMtzProg : ApplicationUserControl /// protected override void OnInit(EventArgs e) { + if (!Page.IsPostBack) + { + hlExportExcel.Text = traduci("hlExportExcel"); + hlExportExcel.NavigateUrl = "~/ExcelExportMtzPrev.aspx"; + } base.OnInit(e); _idxGridView = "idxIntPro"; txtDataInizio.Text = DateTime.Now.ToShortDateString(); diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx.designer.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx.designer.cs index ae254a0..0c1811e 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx.designer.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoMtzProg.ascx.designer.cs @@ -11,6 +11,15 @@ public partial class mod_elencoMtzProg { + /// + /// hlExportExcel control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HyperLink hlExportExcel; + /// /// btnShowNew control. ///