diff --git a/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll b/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll index 2ee1cbc..3b81131 100644 Binary files a/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll and b/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/bin/Debug/SteamWare.dll b/CMS-SC-Data/bin/Debug/SteamWare.dll index c7fd5f9..fe118a4 100644 Binary files a/CMS-SC-Data/bin/Debug/SteamWare.dll and b/CMS-SC-Data/bin/Debug/SteamWare.dll differ diff --git a/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll b/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll index 2ee1cbc..3b81131 100644 Binary files a/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll and b/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll differ diff --git a/CMS_SC/AnagMatricole.aspx.cs b/CMS_SC/AnagMatricole.aspx.cs index b6b1ab0..9186b88 100644 --- a/CMS_SC/AnagMatricole.aspx.cs +++ b/CMS_SC/AnagMatricole.aspx.cs @@ -21,6 +21,17 @@ namespace CMS_SC } mod_righePag.eh_newNum += mod_righePag_eh_newNum; mod_anagMatricole.eh_selezioneValore += mod_anagMatricole_eh_selezioneValore; + mod_anagMatricole.eh_deleteValore += Mod_anagMatricole_eh_deleteValore; + } + /// + /// fix post cancellazione + /// + /// + /// + private void Mod_anagMatricole_eh_deleteValore(object sender, EventArgs e) + { + divTags.Visible = false; + } void mod_anagMatricole_eh_selezioneValore(object sender, EventArgs e) diff --git a/CMS_SC/WebUserControls/mod_anagMatricole.ascx b/CMS_SC/WebUserControls/mod_anagMatricole.ascx index 643cfc5..94e0666 100644 --- a/CMS_SC/WebUserControls/mod_anagMatricole.ascx +++ b/CMS_SC/WebUserControls/mod_anagMatricole.ascx @@ -1,5 +1,5 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_anagMatricole.ascx.cs" Inherits="CMS_SC.WebUserControls.mod_anagMatricole" %> - + diff --git a/CMS_SC/WebUserControls/mod_anagMatricole.ascx.cs b/CMS_SC/WebUserControls/mod_anagMatricole.ascx.cs index a0b5f77..1a912a2 100644 --- a/CMS_SC/WebUserControls/mod_anagMatricole.ascx.cs +++ b/CMS_SC/WebUserControls/mod_anagMatricole.ascx.cs @@ -16,6 +16,10 @@ namespace CMS_SC.WebUserControls /// public event EventHandler eh_selezioneValore; /// + /// selezione valore in DettScheda + /// + public event EventHandler eh_deleteValore; + /// /// sollevo evento selezione /// protected void raiseEvent() @@ -102,5 +106,16 @@ namespace CMS_SC.WebUserControls { raiseEvent(); } + + protected void grView_RowDeleted(object sender, GridViewDeletedEventArgs e) + { + grView.SelectedIndex = -1; + grView.DataBind(); + if (eh_deleteValore != null) + { + eh_deleteValore(this, new EventArgs()); + } + + } } } \ No newline at end of file diff --git a/CMS_SC/bin/CMS-SC-Data.dll b/CMS_SC/bin/CMS-SC-Data.dll index 2ee1cbc..3b81131 100644 Binary files a/CMS_SC/bin/CMS-SC-Data.dll and b/CMS_SC/bin/CMS-SC-Data.dll differ diff --git a/CMS_SC/bin/CMS_SC.dll b/CMS_SC/bin/CMS_SC.dll index 7fb7bc9..370d19b 100644 Binary files a/CMS_SC/bin/CMS_SC.dll and b/CMS_SC/bin/CMS_SC.dll differ diff --git a/CMS_SC/bin/SteamWare.dll b/CMS_SC/bin/SteamWare.dll index c7fd5f9..fe118a4 100644 Binary files a/CMS_SC/bin/SteamWare.dll and b/CMS_SC/bin/SteamWare.dll differ