From 0bd2c6198b05808ffcdcd91cc8ce98fb4931120c Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 23 May 2014 19:14:41 +0200 Subject: [PATCH] inizio pagina x altro report --- C2P/C2P.csproj | 8 ++++++++ C2P/StdCostList.aspx | 12 ++++++++++++ C2P/StdCostList.aspx.cs | 17 +++++++++++++++++ C2P/StdCostList.aspx.designer.cs | 17 +++++++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 C2P/StdCostList.aspx create mode 100644 C2P/StdCostList.aspx.cs create mode 100644 C2P/StdCostList.aspx.designer.cs diff --git a/C2P/C2P.csproj b/C2P/C2P.csproj index babc12d..772b2a7 100644 --- a/C2P/C2P.csproj +++ b/C2P/C2P.csproj @@ -316,6 +316,7 @@ Reference.cs + @@ -542,6 +543,13 @@ Simulation.aspx + + StdCostList.aspx + ASPXCodeBehind + + + StdCostList.aspx + test.aspx ASPXCodeBehind diff --git a/C2P/StdCostList.aspx b/C2P/StdCostList.aspx new file mode 100644 index 0000000..91ee33f --- /dev/null +++ b/C2P/StdCostList.aspx @@ -0,0 +1,12 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/c2p/FullPage.master" AutoEventWireup="true" CodeBehind="StdCostList.aspx.cs" Inherits="C2P.StdCostList" %> + + + + + + +
+
+ Export report in formato tabellare delle righe del dettalgio di costo da vista v_StdCostList +
+
diff --git a/C2P/StdCostList.aspx.cs b/C2P/StdCostList.aspx.cs new file mode 100644 index 0000000..385e884 --- /dev/null +++ b/C2P/StdCostList.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace C2P +{ + public partial class StdCostList : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/C2P/StdCostList.aspx.designer.cs b/C2P/StdCostList.aspx.designer.cs new file mode 100644 index 0000000..ab0c601 --- /dev/null +++ b/C2P/StdCostList.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace C2P +{ + + + public partial class StdCostList + { + } +}