diff --git a/GMW/WebUserControls/mod_anagPartImb.ascx b/GMW/WebUserControls/mod_anagPartImb.ascx
index e86c0940..d3f3689c 100644
--- a/GMW/WebUserControls/mod_anagPartImb.ascx
+++ b/GMW/WebUserControls/mod_anagPartImb.ascx
@@ -30,11 +30,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
@@ -50,6 +92,8 @@
+
+
@@ -78,4 +122,4 @@
-
\ No newline at end of file
+
diff --git a/GMW/WebUserControls/mod_anagPartImb.ascx.cs b/GMW/WebUserControls/mod_anagPartImb.ascx.cs
index 46c521a6..1ee2fae7 100644
--- a/GMW/WebUserControls/mod_anagPartImb.ascx.cs
+++ b/GMW/WebUserControls/mod_anagPartImb.ascx.cs
@@ -81,7 +81,7 @@ namespace GMW.WebUserControls
///
protected DataColumnCollection colonneObj()
{
- DS_DataMatrix.TabSpecDtxDataTable tabella = new DS_DataMatrix.TabSpecDtxDataTable();
+ DS_Applicazione.AnagParticolariImballiDataTable tabella = new DS_Applicazione.AnagParticolariImballiDataTable();
DataColumnCollection colonne = tabella.Columns;
return colonne;
}
@@ -148,22 +148,6 @@ namespace GMW.WebUserControls
{
//if (e.InputParameters["DataFormat"] == null) e.InputParameters["DataFormat"] = "";
}
-
- public string CodBloccoSel
- {
- get
- {
- string answ = "";
- try
- {
- answ = grView.SelectedValue.ToString();
- answ = answ.Substring(0, answ.Length - 2);
- }
- catch
- { }
- return answ;
- }
- }
-
+
}
}
\ No newline at end of file