iniziato pagina StackLoad
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_stackNextloading.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_stackNextloading" %>
|
||||
|
||||
<asp:HiddenField ID="hfBatchID" runat="server" />
|
||||
<asp:FormView ID="frmView" runat="server" DataKeyNames="StackID" DataSourceID="ods">
|
||||
<ItemTemplate>
|
||||
Code:
|
||||
<asp:Label ID="StackIDLabel" runat="server" Text='<%# Eval("StackDtmx") %>' />
|
||||
<br />
|
||||
StackIndex:
|
||||
<asp:Label ID="StackIndexLabel" runat="server" Text='<%# Bind("StackIndex") %>' />
|
||||
<br />
|
||||
|
||||
NumSheets:
|
||||
<asp:Label ID="NumSheetsLabel" runat="server" Text='<%# Bind("NumSheets") %>' />
|
||||
<br />
|
||||
NumSheetsPrinted:
|
||||
<asp:Label ID="NumSheetsPrintedLabel" runat="server" Text='<%# Bind("NumSheetsPrinted") %>' />
|
||||
<br />
|
||||
NumSheetsWorked:
|
||||
<asp:Label ID="NumSheetsWorkedLabel" runat="server" Text='<%# Bind("NumSheetsWorked") %>' />
|
||||
|
||||
|
||||
</ItemTemplate>
|
||||
</asp:FormView>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getNextByBatch" TypeName="AppData.DS_AppTableAdapters.StackListTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:ControlParameter ControlID="hfBatchID" DefaultValue="0" Name="BatchID" PropertyName="Value" Type="Int32" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
Reference in New Issue
Block a user