diff --git a/GMW/Web.config b/GMW/Web.config index 93944a20..0eb612a5 100644 --- a/GMW/Web.config +++ b/GMW/Web.config @@ -272,15 +272,15 @@ - + - + - + - + diff --git a/GMW/WebUserControls/mod_lavMeccOUT.ascx.cs b/GMW/WebUserControls/mod_lavMeccOUT.ascx.cs index e7ee10d5..1b1f1541 100644 --- a/GMW/WebUserControls/mod_lavMeccOUT.ascx.cs +++ b/GMW/WebUserControls/mod_lavMeccOUT.ascx.cs @@ -155,6 +155,7 @@ namespace GMW.WebUserControls if (currParticolare != "") { lblParticolareAttivo.Text = string.Format("Particolare selezionato {0}", currParticolare); + lblPart.Text = currParticolare; // aggiungo descrizione del particolare string descr = ""; string disegno = ""; diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index 940bd210..48820cf2 100644 Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ diff --git a/GMW/bin/VersGen.dll b/GMW/bin/VersGen.dll index 174fa7f8..aa68881d 100644 Binary files a/GMW/bin/VersGen.dll and b/GMW/bin/VersGen.dll differ