%@ control language="C#" autoeventwireup="true" inherits="controls_sales_items, controls.sales" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
| Item Code | Item Description | Item Type | Sell Price (Excl. VAT) | Sell Price (Incl. VAT) | View | Edit | Delete |
|---|---|---|---|---|---|---|---|
|
|
<%#DataBinder.Eval(Container, "DataItem.description")%> | <%#DataBinder.Eval(Container, "DataItem.itemTypeDescription")%> | <%#string.Format("{0:N2}",DataBinder.Eval(Container, "DataItem.SellPriceExcl"))%> | <%#string.Format("{0:N2}",DataBinder.Eval(Container, "DataItem.SellPriceIncl"))%> |
|
|
|