fix temporaneo: escluso modulo out! valutare se possibile caricamento programamtico
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -20,7 +20,7 @@ namespace GMW
|
||||
showOut = true;
|
||||
}
|
||||
mod_SterrTagIN1.Visible = !showOut;
|
||||
mod_SterrTagOUT1.Visible = showOut;
|
||||
//mod_SterrTagOUT1.Visible = showOut;
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
-9
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user