%@ Control Language="C#" AutoEventWireup="true" CodeFile="InventoryControl.ascx.cs" Inherits="Pickups_InventoryControl" %>
| Towelling | Our Count | Your Count | Variance |
|---|---|---|---|
| <%# DataBinder.Eval(Container.DataItem, "ItemType") %> <%# DataBinder.Eval(Container.DataItem, "Size") %> |
"
id='inv_<%# DataBinder.Eval(Container.DataItem, "CustomerInventoryId") %>' name="inv_<%# DataBinder.Eval(Container.DataItem, "CustomerInventoryId") %>"
value="<%# DataBinder.Eval(Container.DataItem, "Count") %>" autocomplete="off" <%= ReadOnlyIndicator %> />
|
<%# ShowOperatorCount(Container.DataItem) %> | <%# Variance(Container.DataItem) %> |
| Linen | Our Count | Your Count | Variance |
|---|---|---|---|
| <%# DataBinder.Eval(Container.DataItem, "ItemType") %> <%# DataBinder.Eval(Container.DataItem, "Size") %> |
"
id='inv_<%# DataBinder.Eval(Container.DataItem, "CustomerInventoryId") %>' name="inv_<%# DataBinder.Eval(Container.DataItem, "CustomerInventoryId") %>"
value="<%# DataBinder.Eval(Container.DataItem, "Count") %>" autocomplete="off" <%= ReadOnlyIndicator %> />
|
<%# ShowOperatorCount(Container.DataItem) %> | <%# Variance(Container.DataItem) %> |
| Food and Beverage | Our Count | Your Count | Variance |
|---|---|---|---|
| <%# DataBinder.Eval(Container.DataItem, "ItemType") %> <%# DataBinder.Eval(Container.DataItem, "Size") %> |
"
id='inv_<%# DataBinder.Eval(Container.DataItem, "CustomerInventoryId") %>' name="inv_<%# DataBinder.Eval(Container.DataItem, "CustomerInventoryId") %>"
value="<%# DataBinder.Eval(Container.DataItem, "Count") %>" autocomplete="off" <%= ReadOnlyIndicator %> />
|
<%# ShowOperatorCount(Container.DataItem) %> | <%# Variance(Container.DataItem) %> |
| Towelling Total | 0 |
| Linen Total | 0 |
| Food and Beverage Total | 0 |
| Total | 0 |
|---|