From decdb622f2fe8f6f05eda417a5b2f3ce4500217a Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 4 May 2017 16:41:48 +0200 Subject: [PATCH] aggiunto insert, testato delete x particolari-imballi --- GMW/WebUserControls/mod_anagPartImb.ascx | 54 +++++++++++++++++++-- GMW/WebUserControls/mod_anagPartImb.ascx.cs | 20 +------- 2 files changed, 51 insertions(+), 23 deletions(-) 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