You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/Grid/cs_totals_aggregates.aspx

16 lines
420 B

<%@ Page Language="C#" %>
<%@ Register TagPrefix="obout" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
<script runat="server" Language="C#">
double totalFreight = 0;
int ShipCount = 0;
ArrayList countryNames = new ArrayList();
ArrayList countryCount = new ArrayList();
DateTime firstShipping=DateTime.MaxValue;
DateTime lastShipping=DateTime.MinValue;
Grid grid1 = new Grid();