fix temporaneo: escluso modulo out! valutare se possibile caricamento programamtico

This commit is contained in:
Samuele Locatelli
2014-01-15 10:31:46 +01:00
parent a7e74ce48f
commit 11554d9cdf
4 changed files with 2 additions and 11 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
<%@ Register src="WebUserControls/mod_SterrTagOUT.ascx" tagname="mod_SterrTagOUT" tagprefix="uc2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<uc1:mod_SterrTagIN ID="mod_SterrTagIN1" runat="server" />
<uc2:mod_SterrTagOUT ID="mod_SterrTagOUT1" runat="server" />
<%--<uc2:mod_SterrTagOUT ID="mod_SterrTagOUT1" runat="server" />--%>
</asp:Content>
+1 -1
View File
@@ -20,7 +20,7 @@ namespace GMW
showOut = true;
}
mod_SterrTagIN1.Visible = !showOut;
mod_SterrTagOUT1.Visible = showOut;
//mod_SterrTagOUT1.Visible = showOut;
}
}
}
-9
View File
@@ -20,14 +20,5 @@ namespace GMW {
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GMW.WebUserControls.mod_SterrTagIN mod_SterrTagIN1;
/// <summary>
/// mod_SterrTagOUT1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GMW.WebUserControls.mod_SterrTagOUT mod_SterrTagOUT1;
}
}
BIN
View File
Binary file not shown.