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.
///