diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_SinonimiTag.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_SinonimiTag.ascx index 854bda9..adb232b 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_SinonimiTag.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_SinonimiTag.ascx @@ -19,7 +19,7 @@ Visible='<%# isWritable() %>' /> - <%-- + @@ -31,24 +31,32 @@ Visible="false" /> - + - --%> + - <%-- +  -->  + - --%> - - <%-- - + + + + <%----%> + + + + + + + + <%-- - + --%> @@ -56,14 +64,14 @@ ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla, SteamWare.dimImg.small) %>' /> - - + --%> - --%> + @@ -78,3 +86,6 @@ + + + \ No newline at end of file diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_SinonimiTag.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_SinonimiTag.ascx.cs index ff874c6..8c4a0f2 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_SinonimiTag.ascx.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_SinonimiTag.ascx.cs @@ -104,5 +104,12 @@ namespace GIM_site.WebUserControls { } return answ; } + /// + /// effettua update grView + /// + public void doUpdate() + { + grView.DataBind(); + } } } \ No newline at end of file diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_SinonimiTag.ascx.designer.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_SinonimiTag.ascx.designer.cs index feede5b..a63fdc7 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_SinonimiTag.ascx.designer.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_SinonimiTag.ascx.designer.cs @@ -38,5 +38,14 @@ namespace GIM_site.WebUserControls { /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.ObjectDataSource ods; + + /// + /// odsTags control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.ObjectDataSource odsTags; } } diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx.cs index 65d7295..c68b2ff 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx.cs @@ -104,6 +104,12 @@ namespace GIM_site.WebUserControls { } return answ; } - + /// + /// effettua update grView + /// + public void doUpdate() + { + grView.DataBind(); + } } } \ No newline at end of file diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_tags.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_tags.ascx.cs index 0f39e24..fb027c8 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_tags.ascx.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_tags.ascx.cs @@ -50,6 +50,9 @@ namespace GIM_site.WebUserControls // sistemo visibilità tags divRicodifica.Visible = showRicodifica; divTags.Visible = !showRicodifica; + // update x tutto! + mod_anagTags.doUpdate(); + mod_SinonimiTag.doUpdate(); } protected void btnMode_Click(object sender, EventArgs e) diff --git a/Projects/WebGIM/GIM_site/bin/GIM_site.dll b/Projects/WebGIM/GIM_site/bin/GIM_site.dll index 09676f5..b7f48ac 100644 Binary files a/Projects/WebGIM/GIM_site/bin/GIM_site.dll and b/Projects/WebGIM/GIM_site/bin/GIM_site.dll differ