fix repProd_GG (tanto non è usato...)

This commit is contained in:
Samuele E. Locatelli
2016-11-14 16:46:34 +01:00
parent 36f76fdc42
commit 36672df7f6
2 changed files with 26 additions and 4 deletions
@@ -72,11 +72,15 @@
<asp:ControlParameter ControlID="ddlArticolo" DefaultValue="0" Name="CodArticolo" PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="hfDataFrom" Name="dataFrom" PropertyName="Value" Type="DateTime" />
<asp:ControlParameter ControlID="hfDataTo" Name="dataTo" PropertyName="Value" Type="DateTime" />
<asp:ControlParameter ControlID="hfOpenOnly" Name="openOdlOnly" PropertyName="Value" Type="Boolean" />
<asp:ControlParameter ControlID="hfClosed" Name="OdlClosed" PropertyName="Value" Type="Boolean" />
<asp:ControlParameter ControlID="hfOpen" Name="OdlOpen" PropertyName="Value" Type="Boolean" />
<asp:ControlParameter ControlID="hfNew" Name="OdlNew" PropertyName="Value" Type="Boolean" />
</SelectParameters>
</asp:ObjectDataSource>
<asp:HiddenField runat="server" ID="hfDataFrom" />
<asp:HiddenField runat="server" ID="hfDataTo" />
<asp:HiddenField runat="server" ID="hfOpenOnly" Value="true" />
<asp:HiddenField runat="server" ID="hfClosed" Value="true" />
<asp:HiddenField runat="server" ID="hfOpen" Value="true" />
<asp:HiddenField runat="server" ID="hfNew" Value="true" />
</div>
</div>
+20 -2
View File
@@ -85,12 +85,30 @@ namespace MoonProTablet.WebUserControls {
protected global::System.Web.UI.WebControls.HiddenField hfDataTo;
/// <summary>
/// hfOpenOnly control.
/// hfClosed control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HiddenField hfOpenOnly;
protected global::System.Web.UI.WebControls.HiddenField hfClosed;
/// <summary>
/// hfOpen control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HiddenField hfOpen;
/// <summary>
/// hfNew control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HiddenField hfNew;
}
}