+ DataValueField="value" CssClass="textEv_1"
+ ondatabound="ddlPrior_DataBound" />
diff --git a/WebSites/WebGIM/WebUserControls/mod_dettMtzProg.ascx.cs b/WebSites/WebGIM/WebUserControls/mod_dettMtzProg.ascx.cs
index 5aef33a..bba4203 100644
--- a/WebSites/WebGIM/WebUserControls/mod_dettMtzProg.ascx.cs
+++ b/WebSites/WebGIM/WebUserControls/mod_dettMtzProg.ascx.cs
@@ -77,4 +77,13 @@ public partial class mod_dettMtzProg : System.Web.UI.UserControl
{
TA_app.obj.taMtzPro.Insert(idx, Convert.ToDateTime(txtDataInizio.Text), ddlFreq.SelectedValue, Convert.ToInt32(txtCadenza.Text), txtDescrizione.Text.Trim(), Convert.ToInt32(ddlPrior.SelectedValue), chkImpFermo.Checked, Convert.ToInt32(ddlTipo.SelectedValue));
}
+ ///
+ /// aggiorna selezione di default
+ ///
+ ///
+ ///
+ protected void ddlPrior_DataBound(object sender, EventArgs e)
+ {
+ ddlPrior.SelectedIndex = 2;
+ }
}
diff --git a/WebSites/WebGIM/WebUserControls/mod_elencoMtzProg.ascx b/WebSites/WebGIM/WebUserControls/mod_elencoMtzProg.ascx
index b8582fe..7815d06 100644
--- a/WebSites/WebGIM/WebUserControls/mod_elencoMtzProg.ascx
+++ b/WebSites/WebGIM/WebUserControls/mod_elencoMtzProg.ascx
@@ -41,7 +41,7 @@
-